NetBSD/sbin/fdisk
tsutsui 56ed3d51fc Don't use "#if defined(__i386__) || defined(__x86_64__)" conditionals
in C source file to define option features.
Define proper options in each Makefile per ${MACHINE_ARCH} variable instead.

Previously if a host is x86 and it has /usr/mdec/mbr file in its system,
tools fdisk implicitly installs it as mbr bootcode even for !x86 targets.
2012-05-05 16:03:55 +00:00
..
fdisk.8 Remove unnecessary Bk/Ek pairs from SYNOPSIS. 2012-04-08 22:00:37 +00:00
fdisk.c Don't use "#if defined(__i386__) || defined(__x86_64__)" conditionals 2012-05-05 16:03:55 +00:00
Makefile Don't use "#if defined(__i386__) || defined(__x86_64__)" conditionals 2012-05-05 16:03:55 +00:00