From ae94877eba32146a4c023a5ab030ba7b2eb9069a Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 23 Oct 2015 09:13:01 +0000 Subject: push LDSTATIC line down so it's not overridden by makefile.inc. ok reyk --- sbin/iked/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin') 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= -- cgit v1.2.3