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