diff options
author | Gleydson Soares <gsoares@cvs.openbsd.org> | 2016-03-01 13:54:40 +0000 |
---|---|---|
committer | Gleydson Soares <gsoares@cvs.openbsd.org> | 2016-03-01 13:54:40 +0000 |
commit | d701d0591ccc78c3dbc8bff43169cf1ac60929d6 (patch) | |
tree | 3a3115a96ad6d2868fee819605dd9b5f9d0c1eac /usr.sbin | |
parent | 6589f728e9f24424818058c30de23a1aec5efd13 (diff) |
add LIBCRYPTO to DPADD
OK deraadt@ mikeb@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ikectl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ikectl/Makefile b/usr.sbin/ikectl/Makefile index deaaabdab59..8c50ab2278b 100644 --- a/usr.sbin/ikectl/Makefile +++ b/usr.sbin/ikectl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2015/11/10 04:33:02 jsg Exp $ +# $OpenBSD: Makefile,v 1.6 2016/03/01 13:54:39 gsoares Exp $ .PATH: ${.CURDIR}/../../sbin/iked @@ -8,7 +8,7 @@ SRCS= log.c ikeca.c ikectl.c parser.c util.c MAN= ikectl.8 LDADD= -lutil -lcrypto -DPADD= ${LIBUTIL} +DPADD= ${LIBUTIL} ${LIBCRYPTO} CFLAGS+= -Wall -I${.CURDIR} -I${.CURDIR}/../../sbin/iked CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations |