summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokeninit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tokeninit/Makefile')
-rw-r--r--usr.sbin/tokeninit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tokeninit/Makefile b/usr.sbin/tokeninit/Makefile
index b394581bd95..9aa5f44c859 100644
--- a/usr.sbin/tokeninit/Makefile
+++ b/usr.sbin/tokeninit/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 2003/07/18 21:18:51 david Exp $
+# $OpenBSD: Makefile,v 1.3 2010/10/15 10:18:42 jsg Exp $
PROG= tokeninit
SRCS= tokeninit.c init.c token.c tokendb.c
MAN= tokeninit.8
-LDADD+= -ldes
-DPADD= ${LIBDES}
+LDADD+= -lcrypto
+DPADD= ${LIBCRYPTO}
CFLAGS+=-I${.CURDIR}/../../libexec/login_token
.PATH: ${.CURDIR}/../../libexec/login_token