Home | History | Annotate | Line # | Download | only in reboot
Makefile revision 1.14
      1  1.14  perry #	$NetBSD: Makefile,v 1.14 1997/03/13 04:04:54 perry 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.7    cgd MLINKS=	reboot.8 halt.8
      9   1.7    cgd LINKS=	${BINDIR}/reboot ${BINDIR}/halt
     10   1.1    cgd 
     11   1.1    cgd .include <bsd.prog.mk>
     12