mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
dc8b29f140
control program to control the facility of the bootblocks to fetch a default bootstring from a fixed location on the disk. See the manpage for more info.
9 lines
126 B
Makefile
9 lines
126 B
Makefile
# @(#)Makefile 1.1 (Julian Elischer) 3/28/93
|
|
#
|
|
#
|
|
|
|
PROG= nextboot
|
|
SRCS= nextboot.c
|
|
MAN8= nextboot.8
|
|
|
|
.include <bsd.prog.mk>
|