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