summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2001-08-16 11:33:07 +0000
committerjakob <jakob@openbsd.org>2001-08-16 11:33:07 +0000
commit67fa9acebb6c7de3777df947266eab3e4d8e55e7 (patch)
tree16330e7aeec9092b4f4c02a29f1d9bc821ecbaed
parentSpelling. (diff)
downloadwireguard-openbsd-67fa9acebb6c7de3777df947266eab3e4d8e55e7.tar.xz
wireguard-openbsd-67fa9acebb6c7de3777df947266eab3e4d8e55e7.zip
do not link with lwres. ok ho@
-rw-r--r--sbin/isakmpd/apps/keyconv/Makefile4
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