xref: /dragonfly/bin/mined/Makefile (revision 36a3d1d6)
1# $DragonFly: src/bin/mined/Makefile,v 1.2 2005/10/29 12:05:27 swildner Exp $
2#
3
4PROG=	mined
5SRCS=	mined1.c mined2.c
6
7.include <bsd.prog.mk>
8