]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/usb/tools/Makefile
Re-sync loader.mk and ficl.mk to where they should be
[FreeBSD/FreeBSD.git] / sys / boot / 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>