acorn32 and cats get fdformat.
This commit is contained in:
parent
39d26b8867
commit
8eeabb6873
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user