]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/usb/tools/Makefile
Merge llvm trunk r351319, resolve conflicts, and update FREEBSD-Xlist.
[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>