diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-02-25 16:01:30 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-02-25 16:01:30 +0000 |
commit | a7946343fa1ef0c2bc26b1296b175f5aa2b57c78 (patch) | |
tree | b7671b78e0dbbb7511afd2a731adeb3699e818f0 /sbin/isakmpd/regress/prf | |
parent | fc8c3e27036aab4d3021f9c55fa0b1c90b4c1405 (diff) |
Add and document configuration options Logverbose and Loglevel. As log.c now
depends on conf.c and some regression tests use log.c, add conf.c to
Makefiles where necessary.
ok ho@
Diffstat (limited to 'sbin/isakmpd/regress/prf')
-rw-r--r-- | sbin/isakmpd/regress/prf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/regress/prf/Makefile b/sbin/isakmpd/regress/prf/Makefile index 84786d54721..5d9b1faa200 100644 --- a/sbin/isakmpd/regress/prf/Makefile +++ b/sbin/isakmpd/regress/prf/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2000/04/07 22:06:11 niklas Exp $ +# $OpenBSD: Makefile,v 1.7 2004/02/25 16:01:29 hshoexer Exp $ # $EOM: Makefile,v 1.6 2000/03/28 21:22:07 ho Exp $ # Test PRF: PROG= prftest -SRCS= prf.c hash.c log.c prftest.c +SRCS= prf.c hash.c log.c prftest.c conf.c sysdep.c util.c TOPSRC= ${.CURDIR}/../.. TOPOBJ!= cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} -f- OS!= awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile |