diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-06-02 17:10:13 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-06-02 17:10:13 +0000 |
| commit | 6b5139742ce86ee86ddf5e16675d5dfd66041185 (patch) | |
| tree | 829842459d310abf9cf0c87cd416ae874a06b803 /libexec/ftpd | |
| parent | 15e85e0293b63e6fa166b83c43a1070ca3eec0b6 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 9bee7c2ac73d..a3065e72793f 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -2,13 +2,13 @@ PROG= ftpd MAN8= ftpd.8 -SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c skey-stuff.c +SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c CFLAGS+=-DSETPROCTITLE -DSKEY -DSTATS LDADD= -lskey -lmd -lcrypt -lutil DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL} -CLEANFILES+=ftpcmd.tab.h +CLEANFILES+=ftpcmd.c y.tab.h .include <bsd.prog.mk> |
