aboutsummaryrefslogtreecommitdiff
path: root/fs/fifofs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fifofs/Makefile')
-rw-r--r--fs/fifofs/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/fifofs/Makefile b/fs/fifofs/Makefile
new file mode 100644
index 000000000000..3b96a324c9ca
--- /dev/null
+++ b/fs/fifofs/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.2 2011/12/21 01:56:16 christos Exp $
+#
+
+TESTSDIR= ${TESTSBASE}/fs/fifofs
+WARNS= 4
+
+TESTS_C= t_fifo
+
+.include <bsd.test.mk>