diff options
author | 2002-01-25 22:04:10 +0000 | |
---|---|---|
committer | 2002-01-25 22:04:10 +0000 | |
commit | 3a062d88d47abbdedd299d575890d7bc22e55743 (patch) | |
tree | 87fc1dde76e1d336d8850b7171bcd4464768802b | |
parent | offset to com regs is just a common iomod offset, accomodate for com console (diff) | |
download | wireguard-openbsd-3a062d88d47abbdedd299d575890d7bc22e55743.tar.xz wireguard-openbsd-3a062d88d47abbdedd299d575890d7bc22e55743.zip |
do not build debug version either; markus@ ok
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 3 |
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 |