freebsd-dev/include/arpa/Makefile

13 lines
196 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
NO_OBJ=
INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
.if ${MK_TELNET} == "no"
INCS+= telnet.h
.endif
INCSDIR=${INCLUDEDIR}/arpa
.include <bsd.prog.mk>