diff options
Diffstat (limited to 'libexec/ftpd/Makefile')
| -rw-r--r-- | libexec/ftpd/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile new file mode 100644 index 0000000000000..946aab76a147f --- /dev/null +++ b/libexec/ftpd/Makefile @@ -0,0 +1,9 @@ +# @(#)Makefile 8.2 (Berkeley) 4/4/94 + +PROG= ftpd +CFLAGS+=-DSETPROCTITLE +SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c +MAN8= ftpd.0 +CLEANFILES+=ftpcmd.c y.tab.h + +.include <bsd.prog.mk> |
