aboutsummaryrefslogtreecommitdiff
path: root/stand/userboot/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/userboot/test/Makefile')
-rw-r--r--stand/userboot/test/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/stand/userboot/test/Makefile b/stand/userboot/test/Makefile
new file mode 100644
index 000000000000..1bc66798aac8
--- /dev/null
+++ b/stand/userboot/test/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+
+MAN=
+
+.include <bsd.init.mk>
+MK_SSP= no
+
+PROG= test
+INTERNALPROG=
+
+CFLAGS+= -I${BOOTSRC}/userboot
+
+.include <bsd.prog.mk>