diff options
author | 2009-06-09 18:16:40 +0000 | |
---|---|---|
committer | 2009-06-09 18:16:40 +0000 | |
commit | 0d78d000b9a178ed98328e6da42fd168f7adc7e4 (patch) | |
tree | 34a646094fa36b66c0734fb52b2cd82612d3c697 | |
parent | Update to handle the default resolv order behavior. (diff) | |
download | wireguard-openbsd-0d78d000b9a178ed98328e6da42fd168f7adc7e4.tar.xz wireguard-openbsd-0d78d000b9a178ed98328e6da42fd168f7adc7e4.zip |
make the regress target build the program before using it.
OK millert@, deraadt@
-rw-r--r-- | regress/lib/libc/getcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/getcap/Makefile b/regress/lib/libc/getcap/Makefile index d09c9846ccd..7b7ae394ff8 100644 --- a/regress/lib/libc/getcap/Makefile +++ b/regress/lib/libc/getcap/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2006/03/10 05:28:57 ray Exp $ +# $OpenBSD: Makefile,v 1.2 2009/06/09 18:16:40 phessler Exp $ PROG= getcaptest REGRESS_TARGETS=shortcap -shortcap: +shortcap: getcaptest ./getcaptest ${.CURDIR}/shortcap.in .include <bsd.regress.mk> |