xref: /dragonfly/bin/mined/Makefile (revision 5de36205)
1# $DragonFly: src/bin/mined/Makefile,v 1.1 2005/03/15 01:56:24 dillon Exp $
2#
3
4PROG=	mined
5SRCS=	mined1.c mined2.c
6WARNS=0
7
8.include <bsd.prog.mk>
9