diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-06-26 05:52:56 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-06-26 05:52:56 +0000 |
commit | dd21a231b6601efa7c5f47a47718b4a46e95d5fd (patch) | |
tree | 2651f3d4e5b39aaa29e04ce6821fe2bca01b88bc | |
parent | 19957732a556080de79de3a92700f748a972f08d (diff) |
unbreak
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 6 | ||||
-rw-r--r-- | usr.bin/ssh/ssh-agent/Makefile | 7 | ||||
-rw-r--r-- | usr.bin/ssh/ssh-keygen/Makefile | 7 |
3 files changed, 3 insertions, 17 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index b807a7040f5..c358648ee91 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2001/06/26 05:33:35 markus Exp $ +# $OpenBSD: Makefile,v 1.27 2001/06/26 05:52:54 markus Exp $ .PATH: ${.CURDIR}/.. @@ -27,8 +27,4 @@ SRCS+= radix.c .endif # AFS .endif # KERBEROS -.if (${SMARTCARD:L} == "yes") -CFLAGS+= -DSMARTCARD -.endif # SMARTCARD - .include <bsd.lib.mk> diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile index c397bf1ed1d..768a6564bd0 100644 --- a/usr.bin/ssh/ssh-agent/Makefile +++ b/usr.bin/ssh/ssh-agent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2001/06/26 05:33:35 markus Exp $ +# $OpenBSD: Makefile,v 1.19 2001/06/26 05:52:54 markus Exp $ .PATH: ${.CURDIR}/.. @@ -16,8 +16,3 @@ SRCS= ssh-agent.c LDADD+= -lcrypto DPADD+= ${LIBCRYPTO} - -.if (${SMARTCARD:L} == "yes") -CFLAGS+= -DSMARTCARD -LDADD+= -lsectok -.endif # SMARTCARD diff --git a/usr.bin/ssh/ssh-keygen/Makefile b/usr.bin/ssh/ssh-keygen/Makefile index 2e6c112822e..9846114c916 100644 --- a/usr.bin/ssh/ssh-keygen/Makefile +++ b/usr.bin/ssh/ssh-keygen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2001/06/26 05:33:36 markus Exp $ +# $OpenBSD: Makefile,v 1.19 2001/06/26 05:52:55 markus Exp $ .PATH: ${.CURDIR}/.. @@ -16,8 +16,3 @@ SRCS= ssh-keygen.c LDADD+= -lcrypto DPADD+= ${LIBCRYPTO} - -.if (${SMARTCARD:L} == "yes") -CFLAGS+= -DSMARTCARD -LDADD+= -lsectok -.endif # SMARTCARD |