8 lines
87 B
Makefile
8 lines
87 B
Makefile
# $Id$
|
|
|
|
PROG= usbd
|
|
MAN8= usbd.8
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
|
|
|
.include <bsd.prog.mk>
|