Home | History | Annotate | Line # | Download | only in reboot
      1 #	$NetBSD: Makefile,v 1.18 2002/08/02 15:05:57 wiz Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3 
      4 PROG=	reboot
      5 DPADD=	${LIBUTIL}
      6 LDADD=	-lutil
      7 CPPFLAGS+=	-DSUPPORT_UTMP -DSUPPORT_UTMPX
      8 MAN=	reboot.8
      9 MLINKS=	reboot.8 halt.8 \
     10 	reboot.8 poweroff.8
     11 LINKS=	${BINDIR}/reboot ${BINDIR}/halt \
     12 	${BINDIR}/reboot ${BINDIR}/poweroff
     13 
     14 .include <bsd.prog.mk>
     15