Bug 19889

Summary: building lptcontrol fails with missing header "lptio.h"
Product: Base System Reporter: H. Eckert <ripley>
Component: i386Assignee: David E. O'Brien <obrien>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description H. Eckert 2000-07-13 15:00:01 UTC
	make buildworld fails with:
===> usr.sbin/lptcontrol
rm -f .depend
mkdep -f .depend -a   -I/usr/obj/usr/src/i386/usr/include  /usr/src/usr.sbin/lptcontrol/lptcontrol.c
/usr/src/usr.sbin/lptcontrol/lptcontrol.c:45: dev/ppbus/lptio.h: No such file or directory
mkdep: compile failed

/usr/src/sys/dev/ppbus/lptio.h exists

No file "lptio.h" within /usr/obj

Fix: 

in /usr/obj/usr/src/i386/usr/include/dev:
ln -s ../../../sys/dev/ppbus

(similar to usb link that is made automatically)
How-To-Repeat: 
make buildworld on /usr/src 4.x from 2000-07-13
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-13 17:32:02 UTC
Responsible Changed
From-To: freebsd-bugs->obrien

David's MFC.
Comment 2 John Hay freebsd_committer freebsd_triage 2000-07-13 17:40:56 UTC
State Changed
From-To: open->closed

Ver 1.109.2.3 of include/Makefile fix this.