summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-01-25 22:04:10 +0000
committermickey <mickey@openbsd.org>2002-01-25 22:04:10 +0000
commit3a062d88d47abbdedd299d575890d7bc22e55743 (patch)
tree87fc1dde76e1d336d8850b7171bcd4464768802b
parentoffset to com regs is just a common iomod offset, accomodate for com console (diff)
downloadwireguard-openbsd-3a062d88d47abbdedd299d575890d7bc22e55743.tar.xz
wireguard-openbsd-3a062d88d47abbdedd299d575890d7bc22e55743.zip
do not build debug version either; markus@ ok
-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