404c1a5fc1
in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
9 lines
143 B
Makefile
9 lines
143 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 3/17/94
|
|
|
|
PROG= disklabel
|
|
SRCS= disklabel.c dkcksum.c
|
|
MAN8= disklabel.8
|
|
MAN5= disklabel.5
|
|
|
|
.include <bsd.prog.mk>
|