NetBSD/sbin/fdisk
dyoung 6c1041b8b7 So that we can build a full-featured fdisk cross-tool with -DBOOTSEL,
condition the definition of DEFAULT_BOOTxxx variables and SCAN_xxx
on defined(BOOTSEL), instead of defined(__i386__) || defined(__x86_64__).

While I'm here, only build get_diskname in the same conditions as
get_geometry is built, since only the latter calls the former.
2006-02-14 04:48:15 +00:00
..
mbr Remove old i386 mbr stuff (move to arch/i386/stand/mbr a while ago) 2003-07-16 11:11:49 +00:00
Makefile If HOSTPROG is empty, do not pull in libutil, since we do not need it in that 2005-06-23 00:54:47 +00:00
fdisk.8 Allow partition sizes to be input in GB 2005-04-07 20:23:13 +00:00
fdisk.c So that we can build a full-featured fdisk cross-tool with -DBOOTSEL, 2006-02-14 04:48:15 +00:00