Subject: bug in sbin/reboot/Makefile
To: None <port-pmax@NetBSD.ORG>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 05/31/1995 00:26:49
sbin/reboot/Makefile doesn't build the pmax boot manpage;
the following hack fixes it.


*** Makefile.DIST	Sun Mar 19 23:32:10 1995
--- Makefile	Wed May 31 00:24:33 1995
***************
*** 4,10 ****
  PROG=	reboot
  DPADD=	${LIBUTIL}
  LDADD=	-lutil
! MAN=	reboot.8 boot_hp300.8 boot_i386.8 boot_sparc.8 boot_tahoe.8 boot_vax.8
  MLINKS=	reboot.8 halt.8
  LINKS=	${BINDIR}/reboot ${BINDIR}/halt
  
--- 4,11 ----
  PROG=	reboot
  DPADD=	${LIBUTIL}
  LDADD=	-lutil
! MAN=	reboot.8 boot_hp300.8 boot_i386.8 boot_sparc.8 boot_tahoe.8
! MAN+=	boot_pmax.8 boot_vax.8
  MLINKS=	reboot.8 halt.8
  LINKS=	${BINDIR}/reboot ${BINDIR}/halt