summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r--libexec/ftpd/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
new file mode 100644
index 0000000..946aab7
--- /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>
OpenPOWER on IntegriCloud