Home | History | Annotate | Line # | Download | only in reboot
Makefile revision 1.2
      1 #	@(#)Makefile	5.6 (Berkeley) 6/29/90
      2 #
      3 #	$Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
      4 
      5 PROG=	reboot
      6 DPADD=	${LIBUTIL}
      7 LDADD=	-lutil
      8 
      9 MAN8=	reboot_${MACHINE}.0
     10 MLINKS=	reboot_${MACHINE}.8 reboot.8
     11 MANSUBDIR=/${MACHINE}
     12 
     13 .include <bsd.prog.mk>
     14