summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/regress/prf/Makefile
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:28:42 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:28:42 +0000
commit84c216c722456d7cfe9c67294ae77306c98cbf2c (patch)
treea82dbe76b42c5e12b4d5557af0e42c904f889025 /sbin/isakmpd/regress/prf/Makefile
parent253a98f9b557f6762c6dac227529df363a1693ee (diff)
Merge from the Ericsson repository
| revision 1.3 | date: 1999/02/25 15:14:25; author: niklas; state: Exp; lines: +6 -3 | Yet more messing with the new sysdep paths | ----------------------------
Diffstat (limited to 'sbin/isakmpd/regress/prf/Makefile')
-rw-r--r--sbin/isakmpd/regress/prf/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/sbin/isakmpd/regress/prf/Makefile b/sbin/isakmpd/regress/prf/Makefile
index 81594b98391..51babd5e16d 100644
--- a/sbin/isakmpd/regress/prf/Makefile
+++ b/sbin/isakmpd/regress/prf/Makefile
@@ -1,13 +1,16 @@
-# $OpenBSD: Makefile,v 1.3 1998/12/21 01:02:34 niklas Exp $
-# $EOM: Makefile,v 1.2 1998/12/21 00:41:57 niklas Exp $
+# $OpenBSD: Makefile,v 1.4 1999/02/26 03:28:41 niklas Exp $
+# $EOM: Makefile,v 1.3 1999/02/25 15:14:25 niklas Exp $
# Test PRF:
PROG= prftest
SRCS= log.c prf.c hash.c prftest.c
-.PATH: ${.CURDIR}/../../
+TOPSRC= ${.CURDIR}/../..
+TOPOBJ!= cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} -f-
+OS!= awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile
+.PATH: ${TOPSRC} ${TOPSRC}/sysdep/${OS} ${TOPOBJ}
+CFLAGS+= -I${TOPSRC} -I${TOPSRC}/sysdep/${OS} -I${TOPOBJ} -Wall
NOMAN=
-CFLAGS+= -I${.CURDIR}/../../ -Wall
DEBUG= -g
.include <bsd.prog.mk>