aboutsummaryrefslogtreecommitdiff
path: root/include/arpa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/arpa/Makefile')
-rw-r--r--include/arpa/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile
new file mode 100644
index 000000000000..ba589cc192fd
--- /dev/null
+++ b/include/arpa/Makefile
@@ -0,0 +1,7 @@
+.include <src.opts.mk>
+
+INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
+INCS+= telnet.h
+INCSDIR=${INCLUDEDIR}/arpa
+
+.include <bsd.prog.mk>