From a0c3c8a42e29dcb92bab7ae2ae7cb8fb7fbdc7a7 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Thu, 16 Aug 2001 11:33:08 +0000 Subject: do not link with lwres. ok ho@ --- sbin/isakmpd/apps/keyconv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/isakmpd/apps/keyconv/Makefile b/sbin/isakmpd/apps/keyconv/Makefile index 70e7880a19d..d16708bd94c 100644 --- a/sbin/isakmpd/apps/keyconv/Makefile +++ b/sbin/isakmpd/apps/keyconv/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2001/08/15 12:31:40 ho Exp $ +# $Id: Makefile,v 1.2 2001/08/16 11:33:07 jakob Exp $ # # Copyright (c) 2000 Håkan Olsson. All rights reserved. @@ -36,7 +36,7 @@ OS!= awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile .PATH: ${TOPSRC} ${TOPSRC}/sysdep/${OS} ${TOPOBJ} CFLAGS+= -I${TOPSRC} -I${TOPSRC}/sysdep/${OS} -I${TOPOBJ} -Wall CFLAGS+= -I/usr/local/include -LDADD+= -lcrypto ${LIBLWRES} +LDADD+= -lcrypto DPADD+= ${LIBCRYPTO} NOMAN= yes -- cgit v1.2.3