]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - include/arpa/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>