summaryrefslogtreecommitdiff
path: root/usr.bin/cc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cc/Makefile')
-rw-r--r--usr.bin/cc/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/cc/Makefile b/usr.bin/cc/Makefile
new file mode 100644
index 0000000000000..fc0638f896b06
--- /dev/null
+++ b/usr.bin/cc/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1 2012/03/17 17:15:29 jruoho Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/usr.bin/cc
+
+TESTS_SH= t_hello
+
+.include <bsd.test.mk>