Makefile revision 1.7
1# $NetBSD: Makefile,v 1.7 1995/03/18 16:11:33 cgd Exp $ 2# @(#)Makefile 8.1 (Berkeley) 6/5/93 3 4PROG= reboot 5DPADD= ${LIBUTIL} 6LDADD= -lutil 7MAN= reboot.8 boot_hp300.8 boot_i386.8 boot_sparc.8 boot_tahoe.8 boot_vax.8 8MLINKS= reboot.8 halt.8 9LINKS= ${BINDIR}/reboot ${BINDIR}/halt 10 11.include <bsd.prog.mk> 12