Home | History | Annotate | Line # | Download | only in reboot
Makefile revision 1.3
      1  1.1  cgd #	@(#)Makefile	5.6 (Berkeley) 6/29/90
      2  1.2  cgd #
      3  1.3  cgd #	$Header: /tank/opengrok/rsync2/NetBSD/src/sbin/reboot/Makefile,v 1.3 1993/03/23 00:29:51 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