Bug 19901

Summary: < Can't make lptcontrol on 4.0-STABLE 2000/07/13 21:00 UTC >
Product: Base System Reporter: NAKAMURA <NAKAMURA>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   

Description NAKAMURA 2000-07-13 23:10:02 UTC

Fix: % diff -p usr.sbin/lptcontrol/Makefile*


----

Chenge to bsd.prog.mk or Makefile?--98a6SYbrdLmbK6AwADPjAFup4BKDlH5VA9tv8Owph4MFE36x
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** usr.sbin/lptcontrol/Makefile        Fri Jul 14 06:22:36 JST 2000
--- usr.sbin/lptcontrol/Makefile.org    Fri Jul 14 06:29:28 JST 2000
***************
*** 1,5 ****
  PROG=         lptcontrol
! CFLAGS+=      -Wall -I/usr/src/sys/
  MAN8=         lptcontrol.8
  
  .include <bsd.prog.mk>
--- 1,5 ----
  PROG=         lptcontrol
! CFLAGS+=      -Wall
  MAN8=         lptcontrol.8
  
  .include <bsd.prog.mk>
How-To-Repeat: 
% cd usr.sbin/lptcontrol ; make
cc -O2 -pipe -Wall   -c /usr/src/usr.sbin/lptcontrol/lptcontrol.c
/usr/src/usr.sbin/lptcontrol/lptcontrol.c:45: dev/ppbus/lptio.h: No such file or directory
/usr/src/usr.sbin/lptcontrol/lptcontrol.c: In function `set_interrupt_status':
/usr/src/usr.sbin/lptcontrol/lptcontrol.c:71: `LPT_IRQ' undeclared (first use in this function)
/usr/src/usr.sbin/lptcontrol/lptcontrol.c:71: (Each undeclared identifier is reported only once
/usr/src/usr.sbin/lptcontrol/lptcontrol.c:71: for each function it appears in.)
*** Error code 1

Stop in /usr/src/usr.sbin/lptcontrol.
Comment 1 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-07-25 18:14:46 UTC
State Changed
From-To: open->closed

This problem has been addressed. 


Comment 2 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-07-25 18:14:46 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Misfiled.