Home | History | Annotate | Line # | Download | only in reboot
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 1995/03/18 14:59:24 cgd Exp $
      2 #	@(#)Makefile	5.6 (Berkeley) 6/29/90
      3 
      4 PROG=	reboot
      5 DPADD=	${LIBUTIL}
      6 LDADD=	-lutil
      7 
      8 MAN=	reboot_${MACHINE}.8
      9 MLINKS=	reboot_${MACHINE}.8 reboot.8
     10 MANSUBDIR=/${MACHINE}
     11 
     12 .include <bsd.prog.mk>
     13