diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-26 22:49:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-26 22:49:13 +0000 |
commit | a3fa96b8b7a9c6cbc515bf1f202027047cdc3954 (patch) | |
tree | a23a539c48e27e52d7e73a323982f18c6cdbe5b2 /usr.bin/ssh | |
parent | 31a1214c3421c01a428434f9e658cb0745bbad39 (diff) |
do not -g -g
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index e9416e07b64..4a6fadc0af0 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -6,7 +6,6 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ match.c mpaux.c nchan.c packet.c readpass.c rsa.c tildexpand.c \ ttymodes.c uidswap.c xmalloc.c -CFLAGS+= ${DEBUG} NOPROFILE= yes NOPIC= yes |