From: tedu Date: Tue, 16 Aug 2016 17:52:28 +0000 (+0000) Subject: doesn't need to link with crypto X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b18594c9ee940d6522f96e2b86ac192368eaf71d;p=openbsd doesn't need to link with crypto --- diff --git a/usr.sbin/tokenadm/Makefile b/usr.sbin/tokenadm/Makefile index 1b95d1bba07..f422c987860 100644 --- a/usr.sbin/tokenadm/Makefile +++ b/usr.sbin/tokenadm/Makefile @@ -1,10 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2016/03/30 06:38:47 jmc Exp $ +# $OpenBSD: Makefile,v 1.5 2016/08/16 17:52:28 tedu Exp $ PROG= tokenadm SRCS= tokenadm.c init.c tokendb.c MAN= tokenadm.8 -LDADD+= -lcrypto -DPADD= ${LIBCRYPTO} CFLAGS+=-I${.CURDIR}/../../libexec/login_token .PATH: ${.CURDIR}/../../libexec/login_token