]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - include/arpa/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>