doesn't need to link with crypto
authortedu <tedu@openbsd.org>
Tue, 16 Aug 2016 17:52:28 +0000 (17:52 +0000)
committertedu <tedu@openbsd.org>
Tue, 16 Aug 2016 17:52:28 +0000 (17:52 +0000)
usr.sbin/tokenadm/Makefile

index 1b95d1b..f422c98 100644 (file)
@@ -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