xref: /dragonfly/usr.sbin/mptable/Makefile (revision 956939d5)
1# $FreeBSD: src/usr.sbin/mptable/Makefile,v 1.2.2.1 2001/04/25 12:10:08 ru Exp $
2# $DragonFly: src/usr.sbin/mptable/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $
3
4PROG = mptable
5WARNS?=	1
6
7BINMODE = 550
8
9.include <bsd.prog.mk>
10