5c242bb3bd01e3fbf977a4ecb3900079ae8d5592
[dragonfly.git] / usr.sbin / stallion / stlload / Makefile
1 # $FreeBSD: src/usr.sbin/stallion/stlload/Makefile,v 1.5.2.2 2001/04/25 12:10:59 ru Exp $
2 # $DragonFly: src/usr.sbin/stallion/stlload/Makefile,v 1.2 2003/06/17 04:30:03 dillon Exp $
3
4 PROG=   stlload
5 MAN=    stlload.8
6 MANSUBDIR=/i386
7 WARNS?= 2
8
9 CFLAGS+=-DBOOTDIR=\"${BOOTDIR}\"
10
11 .include <bsd.prog.mk>