summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-01-25 22:04:11 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-01-25 22:04:11 +0000
commitca92548caddc392454252cf0e134fceebaf208e4 (patch)
tree1b3ae5aa20c4bd9fa3aac16f5ae3b7e3dae85f11 /usr.bin
parente5faa3a62e259d425a99fab3e100bd3284469a11 (diff)
do not build debug version either; markus@ ok
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile
index b25468dc707..da489ea8e42 100644
--- a/usr.bin/ssh/lib/Makefile
+++ b/usr.bin/ssh/lib/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.29 2001/06/26 17:52:41 dugsong Exp $
+# $OpenBSD: Makefile,v 1.30 2002/01/25 22:04:10 mickey Exp $
.PATH: ${.CURDIR}/..
@@ -11,6 +11,7 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c \
rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
scard.c
+DEBUGLIBS= no
NOPROFILE= yes
NOPIC= yes