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