diff options
author | 2001-06-26 05:52:54 +0000 | |
---|---|---|
committer | 2001-06-26 05:52:54 +0000 | |
commit | ab7a97f4d378ff299406f71332f781769271ec62 (patch) | |
tree | 69692cd53fedf865782243979bb46c3131182867 | |
parent | cleaning and adding a bit of debugging code... next step: bignums from userland =) (diff) | |
download | wireguard-openbsd-ab7a97f4d378ff299406f71332f781769271ec62.tar.xz wireguard-openbsd-ab7a97f4d378ff299406f71332f781769271ec62.zip |
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 |