NetBSD/sbin/disklabel
tsutsui e7730664e0 Don't use #ifdef __${MACHINE_ARCH}__ to enable machine dependent features.
Instead, use proper macro defined in Makefile per ${MACHINE_ARCH}.

__${MACHINE_ARCH}__ doesn't represent an architecture of tool's target
but an architecture of binaries being compiled, so required features
are not prolery enabled or unintentionally enabled on certain host
and target combinations during src/tools build.
2009-11-28 12:14:53 +00:00
..
Makefile Don't use #ifdef __${MACHINE_ARCH}__ to enable machine dependent features. 2009-11-28 12:14:53 +00:00
disklabel.5
disklabel.8 Shuffle the order of examples to put the interactive option (-i) ahead 2009-11-28 10:28:22 +00:00
dkcksum.c - u_short -> uint16_t 2009-10-24 18:15:45 +00:00
dkcksum.h - u_short -> uint16_t 2009-10-24 18:15:45 +00:00
extern.h Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
interact.c - Display "Enter '?' for help" when starting interactive mode 2009-11-28 10:52:10 +00:00
main.c Don't use #ifdef __${MACHINE_ARCH}__ to enable machine dependent features. 2009-11-28 12:14:53 +00:00
pathnames.h
printlabel.c