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