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