]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - include/arpa/Makefile
MFC r368207,368607:
[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>