acorn32 and cats get fdformat.

This commit is contained in:
thorpej 2002-02-11 18:55:11 +00:00
parent 39d26b8867
commit 8eeabb6873

View File

@ -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