diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-02-11 18:55:11 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-02-11 18:55:11 +0000 |
| commit | 8eeabb687331d8b1348eb733fe8bc22bf51004db (patch) | |
| tree | db81619ecac6f8e49e2b76cd21c4888fa4c86696 /usr.bin | |
| parent | 39d26b88679b5ae5e157977cfb7a79c5994b19b8 (diff) | |
acorn32 and cats get fdformat.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/fdformat/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/fdformat/Makefile b/usr.bin/fdformat/Makefile index 1ec0bd75cb2..a9cecf7b24c 100644 --- a/usr.bin/fdformat/Makefile +++ b/usr.bin/fdformat/Makefile @@ -1,9 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2001/04/12 02:31:52 briggs Exp $ +# $NetBSD: Makefile,v 1.7 2002/02/11 18:55:11 thorpej Exp $ -.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm32" || \ - ${MACHINE} == "atari" || ${MACHINE} == "bebox" || \ +.if (${MACHINE} == "acorn32" || \ + ${MACHINE_ARCH} == "alpha" || \ + ${MACHINE} == "cats" || \ + ${MACHINE} == "atari" || \ + ${MACHINE} == "bebox" || \ ${MACHINE_ARCH} == "i386" || \ - ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64") + ${MACHINE_ARCH} == "sparc" || \ + ${MACHINE_ARCH} == "sparc64") PROG= fdformat .endif |
