diff options
Diffstat (limited to 'usr.bin')
-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 |