Bug 31863

Summary: /usr/src/share/doc/smm includes 08.sendmail when NO_SENDMAIL set
Product: Base System Reporter: Joe Kelsey <joe>
Component: confAssignee: Gregory Neil Shapiro <gshapiro>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-STABLE   
Hardware: Any   
OS: Any   

Description Joe Kelsey 2001-11-09 01:30:01 UTC
	buildworld fails due to missing 08.sendmailop in
	/usr/src/share/doc/smm.  I have NO_SENDMAIL set in
	/etc/make.conf and also have cvsup remove all *sendmail*.

Fix: 

remove 08.sendmailop from SUBDIR list in Makefile.
	Add the lines
.ifndef NO_SENDMAIL
SUBDIR+= 08.sendmailop
.endif
How-To-Repeat: 	remove /usr/src/share/doc/smm/08.sendmailop.
	buildworld fails.
Comment 1 Crist J. Clark freebsd_committer freebsd_triage 2001-11-11 07:25:10 UTC
Responsible Changed
From-To: freebsd-bugs->gshapiro

Over to MAINTAINER.
Comment 2 Gregory Neil Shapiro freebsd_committer freebsd_triage 2001-11-14 02:49:00 UTC
State Changed
From-To: open->feedback

User patch applied to HEAD and RELENG_4
Comment 3 Gregory Neil Shapiro freebsd_committer freebsd_triage 2001-11-20 03:34:06 UTC
State Changed
From-To: feedback->closed

Patch applied