aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/usr.bin/Makefile')
-rw-r--r--tools/regression/usr.bin/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/regression/usr.bin/Makefile b/tools/regression/usr.bin/Makefile
new file mode 100644
index 000000000000..7538f23a7508
--- /dev/null
+++ b/tools/regression/usr.bin/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+SUBDIR= apply calendar comm file2c join jot m4 ncal printf sed tr \
+ uudecode uuencode xargs
+.if !defined(AUTOMATED)
+SUBDIR+= lastcomm
+.endif
+
+.include <bsd.subdir.mk>