Don't install telnet.h if it will be installed by libtelnet.
This commit is contained in:
parent
209f0b17a5
commit
97856149a1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user