diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-10-30 20:32:32 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-10-30 20:32:32 +0000 |
commit | 1671176cf8aae26be8118d0a7ed5db055737ac84 (patch) | |
tree | bd0cf0ca10a9d9fce18dd1c362c157331591f79d /usr.bin | |
parent | f08d0cc55e4312b00d016201b031cfdabadb67d1 (diff) |
undo (disable debug again)
Diffstat (limited to 'usr.bin')
-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 |