]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/usb/tools/Makefile
MFC r325834,r325997,326502: Move sys/boot to stand/
[FreeBSD/FreeBSD.git] / stand / usb / tools / Makefile
1 # $FreeBSD$
2
3 PROG=   sysinit
4 MAN=
5
6 CFLAGS+=        -I${.CURDIR}/../../kshim
7
8 BINDIR?=        /usr/bin
9
10 .include <bsd.prog.mk>