Makefile revision 245911
1# $FreeBSD: head/include/arpa/Makefile 245911 2013-01-25 17:40:10Z brooks $
2
3.include <bsd.own.mk>
4
5NO_OBJ=
6INCS=	ftp.h inet.h nameser.h nameser_compat.h tftp.h
7.if ${MK_TELNET} == "no"
8INCS+=	telnet.h
9.endif
10INCSDIR=${INCLUDEDIR}/arpa
11
12.include <bsd.prog.mk>
13