summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-02-03 10:01:11 +0000
committershin <shin@FreeBSD.org>2000-02-03 10:01:11 +0000
commit14318c071fc4a17bf3a127ec4953a82e64c0ce10 (patch)
tree16f3aa9ca0c7416902ae2e2fd6f541c6f0fa60db /libexec/ftpd/Makefile
parentf7d03af6d56ca6ed1aba73185b3d227ea189ed39 (diff)
downloadFreeBSD-src-14318c071fc4a17bf3a127ec4953a82e64c0ce10.zip
FreeBSD-src-14318c071fc4a17bf3a127ec4953a82e64c0ce10.tar.gz
Remove unnecessary -g for CFLAGS.
-g for CFLAGS which was set at debugging time was mistakenly committed, so removed it. Approved by: jkh
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r--libexec/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 4ddfb53..6b09510 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -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
OpenPOWER on IntegriCloud