Fix typo so the Makefile can be used again.
This commit is contained in:
parent
a6ecf36d33
commit
6845241166
|
@ -1,8 +1,8 @@
|
||||||
# $NetBSD: Makefile,v 1.4 2000/08/09 11:38:47 mrg Exp $
|
# $NetBSD: Makefile,v 1.5 2000/08/09 14:21:44 augustss Exp $
|
||||||
|
|
||||||
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
|
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
|
||||||
${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
|
${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
|
||||||
${MACHINE_ARCH} == "sparc") || ${MACHINE_ARCH} == "sparc64")
|
${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
|
||||||
PROG= fdformat
|
PROG= fdformat
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue