Home | History | Annotate | Line # | Download | only in reboot
      1  1.18      wiz #	$NetBSD: Makefile,v 1.18 2002/08/02 15:05:57 wiz 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.18      wiz CPPFLAGS+=	-DSUPPORT_UTMP -DSUPPORT_UTMPX
      8  1.14    perry MAN=	reboot.8
      9  1.17  hubertf MLINKS=	reboot.8 halt.8 \
     10  1.17  hubertf 	reboot.8 poweroff.8
     11  1.17  hubertf LINKS=	${BINDIR}/reboot ${BINDIR}/halt \
     12  1.17  hubertf 	${BINDIR}/reboot ${BINDIR}/poweroff
     13   1.1      cgd 
     14   1.1      cgd .include <bsd.prog.mk>
     15