View | Details | Raw Unified | Return to bug 178207
Collapse All | Expand All

(-)b/tools/build/mk/OptionalObsoleteFiles.inc (-2 lines)
Lines 3555-3563 OLD_FILES+=usr/share/misc/mail.tildehelp Link Here
3555
3555
3556
.if ${MK_MAILWRAPPER} == no
3556
.if ${MK_MAILWRAPPER} == no
3557
OLD_FILES+=etc/mail/mailer.conf
3557
OLD_FILES+=etc/mail/mailer.conf
3558
.if ${MK_SENDMAIL} == no
3559
OLD_FILES+=usr/sbin/mailwrapper
3558
OLD_FILES+=usr/sbin/mailwrapper
3560
.endif
3561
OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
3559
OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
3562
.endif
3560
.endif
3563
3561
(-)b/usr.sbin/Makefile (-2 / +4 lines)
Lines 36-42 SUBDIR= adduser \ Link Here
36
	iostat \
36
	iostat \
37
	isfctl \
37
	isfctl \
38
	kldxref \
38
	kldxref \
39
	mailwrapper \
40
	makefs \
39
	makefs \
41
	memcontrol \
40
	memcontrol \
42
	mergemaster \
41
	mergemaster \
Lines 227-232 SUBDIR+= nscd Link Here
227
SUBDIR+=	lpr
226
SUBDIR+=	lpr
228
.endif
227
.endif
229
228
229
.if ${MK_MAILWRAPPER} != "no"
230
SUBDIR+=	mailwrapper
231
.endif
232
230
.if ${MK_MAN_UTILS} != "no"
233
.if ${MK_MAN_UTILS} != "no"
231
SUBDIR+=	manctl
234
SUBDIR+=	manctl
232
.endif
235
.endif
233
- 

Return to bug 178207