]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - include/arpa/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / include / arpa / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 NO_OBJ=
6 INCS=   ftp.h inet.h nameser.h nameser_compat.h tftp.h
7 .if ${MK_TELNET} == "no"
8 INCS+=  telnet.h
9 .endif
10 INCSDIR=${INCLUDEDIR}/arpa
11
12 .include <bsd.prog.mk>