Fix typo so the Makefile can be used again.

This commit is contained in:
augustss 2000-08-09 14:21:44 +00:00
parent a6ecf36d33
commit 6845241166
1 changed files with 2 additions and 2 deletions

View File

@ -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" || \
${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
${MACHINE_ARCH} == "sparc") || ${MACHINE_ARCH} == "sparc64")
${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
PROG= fdformat
.endif