summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/userboot/test/Makefile')
-rw-r--r--sys/boot/userboot/test/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/boot/userboot/test/Makefile b/sys/boot/userboot/test/Makefile
new file mode 100644
index 0000000..24d89b7
--- /dev/null
+++ b/sys/boot/userboot/test/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+
+NO_MAN=
+WITHOUT_SSP=
+
+.include <bsd.own.mk>
+
+PROG= test
+INTERNALPROG=
+
+CFLAGS+= -I${.CURDIR}/..
+CFLAGS+= -I${.CURDIR}/../../..
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud