From 253a98f9b557f6762c6dac227529df363a1693ee Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Fri, 26 Feb 1999 03:28:32 +0000 Subject: Merge from the Ericsson repository | revision 1.3 | date: 1999/02/25 15:14:24; author: niklas; state: Exp; lines: +6 -3 | Yet more messing with the new sysdep paths | ---------------------------- --- sbin/isakmpd/regress/hmac/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'sbin/isakmpd/regress') diff --git a/sbin/isakmpd/regress/hmac/Makefile b/sbin/isakmpd/regress/hmac/Makefile index a5c5f4a67d3..39bb2c7b8c8 100644 --- a/sbin/isakmpd/regress/hmac/Makefile +++ b/sbin/isakmpd/regress/hmac/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:55 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 1999/02/26 03:28:31 niklas Exp $ +# $EOM: Makefile,v 1.3 1999/02/25 15:14:24 niklas Exp $ # Test HMAC: PROG= hmactest SRCS= hash.c hmactest.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 \ No newline at end of file +.include -- cgit v1.2.3