Home | History | Annotate | Line # | Download | only in reboot
Makefile revision 1.15
      1 #	$NetBSD: Makefile,v 1.15 1997/07/19 23:04:24 perry Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3 
      4 PROG=	reboot
      5 DPADD=	${LIBUTIL}
      6 LDADD=	-lutil
      7 MAN=	reboot.8
      8 MLINKS=	reboot.8 halt.8
      9 LINKS=	${BINDIR}/reboot ${BINDIR}/halt
     10 WARNS=	1
     11 
     12 .include <bsd.prog.mk>
     13