Home | History | Annotate | Line # | Download | only in reboot
Makefile revision 1.17
      1  1.17  hubertf #	$NetBSD: Makefile,v 1.17 2000/04/25 14:03:26 hubertf Exp $
      2   1.7      cgd #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1      cgd 
      4   1.1      cgd PROG=	reboot
      5   1.1      cgd DPADD=	${LIBUTIL}
      6   1.1      cgd LDADD=	-lutil
      7  1.14    perry MAN=	reboot.8
      8  1.17  hubertf MLINKS=	reboot.8 halt.8 \
      9  1.17  hubertf 	reboot.8 poweroff.8
     10  1.17  hubertf LINKS=	${BINDIR}/reboot ${BINDIR}/halt \
     11  1.17  hubertf 	${BINDIR}/reboot ${BINDIR}/poweroff
     12   1.1      cgd 
     13   1.1      cgd .include <bsd.prog.mk>
     14