13 lines
320 B
Makefile
13 lines
320 B
Makefile
# $NetBSD: Makefile,v 1.8 1995/05/31 16:46:07 mellon Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= reboot
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
MAN= reboot.8 boot_hp300.8 boot_i386.8 boot_sparc.8 boot_tahoe.8 \
|
|
boot_vax.8 boot_pmax.8
|
|
MLINKS= reboot.8 halt.8
|
|
LINKS= ${BINDIR}/reboot ${BINDIR}/halt
|
|
|
|
.include <bsd.prog.mk>
|