Handle page faults within the virtual kernel process itself (what would be
[dragonfly/vkernel-mp.git] / usr.sbin / usbd / Makefile
blobb26f7ec3c8d41c1507b11ccb240c781cf1d544a7
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 06:30:03 dillon Exp $
4 PROG= usbd
5 MAN= usbd.conf.5 usbd.8
6 CFLAGS+=-I${.CURDIR}/../../sys
8 .include <bsd.prog.mk>