Build fdformat on the Alpha, too.
This commit is contained in:
parent
3bf5fab3c0
commit
690a0d0fe3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue