Don't install telnet.h if it will be installed by libtelnet.

This commit is contained in:
brooks 2013-01-24 16:28:37 +00:00
parent 209f0b17a5
commit 97856149a1

View File

@ -1,7 +1,12 @@
# $FreeBSD$
.include <bsd.own.mk>
NO_OBJ=
INCS= ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h
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>