ext2fs - A few bug fixes and syntax adjustments.
[dragonfly.git] / usr.sbin / usbd / Makefile
blobda4f16530a779bf4ec64ee07d0683edf0f9d347b
1 # $FreeBSD: src/usr.sbin/usbd/Makefile,v 1.4.2.1 2001/04/25 12:11:08 ru Exp $
2 # $DragonFly: src/usr.sbin/usbd/Makefile,v 1.2 2003/06/17 04:30:03 dillon Exp $
4 PROG= usbd
5 MAN= usbd.conf.5 usbd.8
6 CFLAGS+=-I${.CURDIR}/../../sys
7 WARNS?= 1
9 .include <bsd.prog.mk>