artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa95321
)
doesn't need to link with crypto
author
tedu
<tedu@openbsd.org>
Tue, 16 Aug 2016 17:52:28 +0000
(17:52 +0000)
committer
tedu
<tedu@openbsd.org>
Tue, 16 Aug 2016 17:52:28 +0000
(17:52 +0000)
usr.sbin/tokenadm/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/tokenadm/Makefile
b/usr.sbin/tokenadm/Makefile
index
1b95d1b
..
f422c98
100644
(file)
--- 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