mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't install telnet.h if it will be installed by libtelnet.
This commit is contained in:
parent
dda3ce5a63
commit
9c08d1746a
1 changed files with 6 additions and 1 deletions
|
|
@ -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…
Reference in a new issue