From b18594c9ee940d6522f96e2b86ac192368eaf71d Mon Sep 17 00:00:00 2001 From: tedu Date: Tue, 16 Aug 2016 17:52:28 +0000 Subject: [PATCH] doesn't need to link with crypto --- usr.sbin/tokenadm/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.20.1