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