Remove unnecessary -g for CFLAGS.

-g for CFLAGS which was set at debugging time was mistakenly committed,
 so removed it.

Approved by: jkh
This commit is contained in:
Yoshinobu Inoue 2000-02-03 10:01:11 +00:00
parent b3ea3170b3
commit 9ddb9015ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56975

View File

@ -7,7 +7,7 @@ SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c skey-stuff.c
CFLAGS+=-DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall \
-I${.CURDIR}/../../contrib-crypto/telnet
CFLAGS+=-DINET6 -g
CFLAGS+=-DINET6
YFLAGS=
LDADD= -lskey -lmd -lcrypt -lutil