diff options
author | phessler <> | 2009-06-09 18:16:40 +0000 |
---|---|---|
committer | phessler <> | 2009-06-09 18:16:40 +0000 |
commit | 0135dca112ec9b791518b53c41fed3a1cf49baaa (patch) | |
tree | b1f4162aad1c328292b42ea5644002274f671c78 /src | |
parent | 74570f0acac483344bd16784c3d1f408060f1f1b (diff) | |
download | openbsd-0135dca112ec9b791518b53c41fed3a1cf49baaa.tar.gz openbsd-0135dca112ec9b791518b53c41fed3a1cf49baaa.tar.bz2 openbsd-0135dca112ec9b791518b53c41fed3a1cf49baaa.zip |
make the regress target build the program before using it.
OK millert@, deraadt@
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> |