Account for /usr/include/protocols/r{outed,whod}.h with their respective build knobs
This commit is contained in:
parent
12de3059d0
commit
046cc7b93e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user