summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/getcap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/getcap/Makefile')
-rw-r--r--src/regress/lib/libc/getcap/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/regress/lib/libc/getcap/Makefile b/src/regress/lib/libc/getcap/Makefile
new file mode 100644
index 0000000000..d09c9846cc
--- /dev/null
+++ b/src/regress/lib/libc/getcap/Makefile
@@ -0,0 +1,10 @@
1# $OpenBSD: Makefile,v 1.1 2006/03/10 05:28:57 ray Exp $
2
3PROG= getcaptest
4
5REGRESS_TARGETS=shortcap
6
7shortcap:
8 ./getcaptest ${.CURDIR}/shortcap.in
9
10.include <bsd.regress.mk>