Bug 26898

Summary: sysinstall man page doesn't build
Product: Base System Reporter: Vivek Khera <khera>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description Vivek Khera 2001-04-27 17:30:05 UTC
make of sysinstall reports this error:

make: don't know how to make sysinstall.1. Stop

the sysinstall program itself is properly built, however.

Fix: 

Dunno.  The Makfefile has MAN=sysinstall.8 so I don't know what's the
problem.
How-To-Repeat: 
cd /usr/src/release/sysinstall
make clean
make obj
make
Comment 1 ru freebsd_committer freebsd_triage 2001-04-28 08:00:34 UTC
State Changed
From-To: open->closed

Your /usr/share/mk hasn't been upgraded.  Please `make world' 
or at least `cd /usr/src/share/mk && make install'.