]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - include/arpa/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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>