summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/lib
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-06-26 05:52:56 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-06-26 05:52:56 +0000
commitdd21a231b6601efa7c5f47a47718b4a46e95d5fd (patch)
tree2651f3d4e5b39aaa29e04ce6821fe2bca01b88bc /usr.bin/ssh/lib
parent19957732a556080de79de3a92700f748a972f08d (diff)
unbreak
Diffstat (limited to 'usr.bin/ssh/lib')
-rw-r--r--usr.bin/ssh/lib/Makefile6
1 files changed, 1 insertions, 5 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>