summaryrefslogtreecommitdiffstats
path: root/libexec/tftpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/tftpd/Makefile')
-rw-r--r--libexec/tftpd/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile
new file mode 100644
index 0000000..f94acc0
--- /dev/null
+++ b/libexec/tftpd/Makefile
@@ -0,0 +1,9 @@
+# @(#)Makefile 8.1 (Berkeley) 6/4/93
+
+PROG= tftpd
+SRCS= tftpd.c tftpsubs.c
+MAN8= tftpd.0
+CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
+.PATH: ${.CURDIR}/../../usr.bin/tftp
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud