summaryrefslogtreecommitdiff
path: root/regress/bin/systrace/Makefile
diff options
context:
space:
mode:
authorNikolay Sturm <sturm@cvs.openbsd.org>2004-01-15 17:14:44 +0000
committerNikolay Sturm <sturm@cvs.openbsd.org>2004-01-15 17:14:44 +0000
commit2b93432107f65f069490427a89fd1a5a735ffaba (patch)
tree1dc26c59d11e1ea9cd12163791dbfafcbad1e2ad /regress/bin/systrace/Makefile
parentb9738c359196255c6c22a3c5294e81630376a050 (diff)
add simple systrace regresssion test
from provos@/NetBSD ok henning@
Diffstat (limited to 'regress/bin/systrace/Makefile')
-rw-r--r--regress/bin/systrace/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/bin/systrace/Makefile b/regress/bin/systrace/Makefile
new file mode 100644
index 00000000000..d62c5d984d9
--- /dev/null
+++ b/regress/bin/systrace/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 2004/01/15 17:14:43 sturm Exp $
+
+SUBDIR+= id
+
+.include <bsd.subdir.mk>