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, 0 insertions, 10 deletions
diff --git a/src/regress/lib/libc/getcap/Makefile b/src/regress/lib/libc/getcap/Makefile
deleted file mode 100644
index d09c9846cc..0000000000
--- a/src/regress/lib/libc/getcap/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
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>