aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/error/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/error/Makefile')
-rw-r--r--usr.bin/error/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/error/Makefile b/usr.bin/error/Makefile
new file mode 100644
index 000000000000..6d3e2e72fbc9
--- /dev/null
+++ b/usr.bin/error/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2023/08/26 10:06:16 rillig Exp $
+
+TESTSDIR= ${TESTSBASE}/usr.bin/error
+TESTS_SH= t_error
+
+.include <bsd.test.mk>