mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
27773683d1
Removed bogons, especially the include of bsd.subdir.mk. Fixed style bugs.
8 lines
87 B
Makefile
8 lines
87 B
Makefile
# $Id$
|
|
|
|
PROG= usbd
|
|
MAN8= usbd.8
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
|
|
|
.include <bsd.prog.mk>
|