diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libc/getcap/Makefile | 4 |
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 | ||
3 | PROG= getcaptest | 3 | PROG= getcaptest |
4 | 4 | ||
5 | REGRESS_TARGETS=shortcap | 5 | REGRESS_TARGETS=shortcap |
6 | 6 | ||
7 | shortcap: | 7 | shortcap: getcaptest |
8 | ./getcaptest ${.CURDIR}/shortcap.in | 8 | ./getcaptest ${.CURDIR}/shortcap.in |
9 | 9 | ||
10 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |