diff options
author | 2001-10-30 20:32:31 +0000 | |
---|---|---|
committer | 2001-10-30 20:32:31 +0000 | |
commit | b94dc47a010309bcfc4c7e589dd48d827a5b05a2 (patch) | |
tree | 010b454e5ef2ff3cc5cd8bd0c1731a1b16faa0c2 | |
parent | ssh.1 (diff) | |
download | wireguard-openbsd-b94dc47a010309bcfc4c7e589dd48d827a5b05a2.tar.xz wireguard-openbsd-b94dc47a010309bcfc4c7e589dd48d827a5b05a2.zip |
undo (disable debug again)
-rw-r--r-- | usr.bin/ssh/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc index 8c14608e4cd..9c336bf14e5 100644 --- a/usr.bin/ssh/Makefile.inc +++ b/usr.bin/ssh/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.20 2001/10/30 20:29:09 markus Exp $ +# $OpenBSD: Makefile.inc,v 1.21 2001/10/30 20:32:31 markus Exp $ CFLAGS+= -I${.CURDIR}/.. @@ -10,7 +10,7 @@ CDIAGFLAGS+= -Wno-uninitialized CDIAGFLAGS+= -Wmissing-prototypes CDIAGFLAGS+= -Wunused -DEBUG=-g +#DEBUG=-g #CFLAGS+= -DSMARTCARD #LDADD+= -lsectok |