mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
26721a89ff
the boot code from /boot/mbr, or elsewhere as defined by the revised "-b bootcode" option; use getopt(3); clarify usage(); partially revise man page; etc.
7 lines
60 B
Makefile
7 lines
60 B
Makefile
# $Id: $
|
|
|
|
PROG= fdisk
|
|
MAN8= fdisk.8
|
|
|
|
.include <bsd.prog.mk>
|