Makefile revision 284255
1# $FreeBSD: head/include/arpa/Makefile 284255 2015-06-11 04:22:17Z sjg $
2
3.include <src.opts.mk>
4
5INCS=	ftp.h inet.h nameser.h nameser_compat.h tftp.h
6.if ${MK_TELNET} == "no"
7INCS+=	telnet.h
8.endif
9INCSDIR=${INCLUDEDIR}/arpa
10
11.include <bsd.prog.mk>
12