summaryrefslogtreecommitdiffstats
path: root/include/arpa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/arpa/Makefile')
-rw-r--r--include/arpa/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile
new file mode 100644
index 0000000..8a7f63d
--- /dev/null
+++ b/include/arpa/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+NO_OBJ=
+INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
+.if ${MK_TELNET} == "no"
+INCS+= telnet.h
+.endif
+INCSDIR=${INCLUDEDIR}/arpa
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud