From 9ddb9015ffecc8779f74d2c7d8523701a1d809c3 Mon Sep 17 00:00:00 2001 From: Yoshinobu Inoue Date: Thu, 3 Feb 2000 10:01:11 +0000 Subject: Remove unnecessary -g for CFLAGS. -g for CFLAGS which was set at debugging time was mistakenly committed, so removed it. Approved by: jkh --- libexec/ftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 4ddfb53a3a42..6b09510cf832 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 -- cgit v1.3