summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-05-30 21:29:03 +0000
committerphk <phk@FreeBSD.org>1996-05-30 21:29:03 +0000
commit63f8b4ca8ea7fe7b74ac1788700fe1f131be244e (patch)
tree7dbee4afc05a6f005c4344cf0c4d642cec242879 /libexec/ftpd
parent57278aca7d3236015072f1434b978cd553ce6f0e (diff)
downloadFreeBSD-src-63f8b4ca8ea7fe7b74ac1788700fe1f131be244e.zip
FreeBSD-src-63f8b4ca8ea7fe7b74ac1788700fe1f131be244e.tar.gz
Fix yacc rule usage.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 4348d4f..8503f33 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -2,7 +2,7 @@
PROG= ftpd
MAN8= ftpd.8
-SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c
+SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c skey-stuff.c
CFLAGS+=-DSETPROCTITLE -DSKEY -DSTATS
CFLAGS+=-DFTP_DATA_BOTTOM=40000 -DFTP_DATA_TOP=44999
@@ -10,6 +10,6 @@ CFLAGS+=-DFTP_DATA_BOTTOM=40000 -DFTP_DATA_TOP=44999
LDADD= -lskey -lmd -lcrypt -lutil
DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
-CLEANFILES+=ftpcmd.c y.tab.h
+CLEANFILES+=ftpcmd.tab.h
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud