From: tedu Date: Fri, 23 Oct 2015 09:13:00 +0000 (+0000) Subject: push LDSTATIC line down so it's not overridden by makefile.inc. ok reyk X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c7ee60e6d210d517192c54071b262115c638d54d;p=openbsd push LDSTATIC line down so it's not overridden by makefile.inc. ok reyk --- diff --git a/sbin/iked/Makefile b/sbin/iked/Makefile index 77a79a9e371..d188b58b882 100644 --- a/sbin/iked/Makefile +++ b/sbin/iked/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2015/10/22 15:14:27 reyk Exp $ +# $OpenBSD: Makefile,v 1.15 2015/10/23 09:13:00 tedu Exp $ PROG= iked SRCS= ca.c chap_ms.c config.c control.c crypto.c dh.c \ @@ -10,9 +10,6 @@ SRCS+= parse.y MAN= iked.conf.5 iked.8 #NOMAN= yes -# Don't compile iked as static binary by default -LDSTATIC= - LDADD= -lutil -levent -lcrypto DPADD= ${LIBUTIL} ${LIBEVENT} ${LIBCRYPTO} CFLAGS+= -Wall -I${.CURDIR} @@ -34,3 +31,6 @@ eap_map.c: genmap.sh eap.h ${PROG} beforedepend: ${GENERATED} .include + +# Don't compile iked as static binary by default +LDSTATIC=