diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-08-16 17:52:29 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-08-16 17:52:29 +0000 |
commit | 32d28755379616ac2b09b7fb18dbc816fb8a2838 (patch) | |
tree | 6b5c5e24d248dfb33eb28a94da18a1c4cf9615d7 | |
parent | 23c5be06b19315a7aa3f660a7e874ddec05c2e9f (diff) |
doesn't need to link with crypto
-rw-r--r-- | usr.sbin/tokenadm/Makefile | 4 |
1 files changed, 1 insertions, 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 |