diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-08-16 11:33:08 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-08-16 11:33:08 +0000 |
commit | a0c3c8a42e29dcb92bab7ae2ae7cb8fb7fbdc7a7 (patch) | |
tree | adbd0b60e6c537fcddb33f0575b98a54e602145e | |
parent | 3f45369afb824bc0c2b069828a20c303d926e5fd (diff) |
do not link with lwres. ok ho@
-rw-r--r-- | sbin/isakmpd/apps/keyconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |