Account for /usr/include/protocols/r{outed,whod}.h with their respective build knobs

This commit is contained in:
Enji Cooper 2014-11-26 12:54:58 +00:00
parent 12de3059d0
commit 046cc7b93e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275115
2 changed files with 11 additions and 1 deletions

View file

@ -3,9 +3,17 @@
.include <src.opts.mk>
NO_OBJ=
INCS= dumprestore.h routed.h rwhod.h timed.h
INCS= dumprestore.h timed.h
INCSDIR=${INCLUDEDIR}/protocols
.if ${MK_RCMDS} != "no"
INCS+= rwhod.h
.endif
.if ${MK_ROUTED} != "no"
INCS+= routed.h
.endif
.if ${MK_TALK} != "no"
INCS+= talkd.h
.endif

View file

@ -3985,6 +3985,7 @@ OLD_FILES+=usr/share/man/man8/rbootd.8.gz
.endif
.if ${MK_RCMDS} == no
OLD_FILES+=usr/include/protocols/rwhod.h
OLD_FILES+=bin/rcp
OLD_FILES+=etc/pam.d/rsh
OLD_FILES+=etc/rc.d/rwho
@ -4040,6 +4041,7 @@ OLD_FILES+=usr/share/man/man8/etcupdate.8.gz
#.endif
.if ${MK_ROUTED} == no
OLD_FILES+=usr/include/protocols/routed.h
OLD_FILES+=sbin/routed
OLD_FILES+=sbin/rtquery
OLD_FILES+=usr/share/man/man8/routed.8.gz