Build fdformat on the Alpha, too.

This commit is contained in:
thorpej 1999-02-18 20:31:46 +00:00
parent 3bf5fab3c0
commit 690a0d0fe3
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.2 1998/10/25 23:30:39 jonathan Exp $
# $NetBSD: Makefile,v 1.3 1999/02/18 20:31:46 thorpej Exp $
.if (${MACHINE_ARCH} == "i386" || ${MACHINE} == "atari" || \
${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "sparc")
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
${MACHINE_ARCH} == "sparc")
PROG= fdformat
.endif