]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/boot/userboot/test/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / boot / userboot / test / Makefile
1 # $FreeBSD$
2
3
4 NO_MAN=
5 WITHOUT_SSP=
6
7 .include <bsd.own.mk>
8
9 PROG=           test
10 INTERNALPROG=
11
12 CFLAGS+=        -I${.CURDIR}/..
13 CFLAGS+=        -I${.CURDIR}/../../..
14
15 .include <bsd.prog.mk>