2002-02-11 21:55:11 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 2002/02/11 18:55:11 thorpej Exp $
|
1996-11-29 19:31:02 +03:00
|
|
|
|
2002-02-11 21:55:11 +03:00
|
|
|
.if (${MACHINE} == "acorn32" || \
|
|
|
|
${MACHINE_ARCH} == "alpha" || \
|
|
|
|
${MACHINE} == "cats" || \
|
|
|
|
${MACHINE} == "atari" || \
|
|
|
|
${MACHINE} == "bebox" || \
|
2001-04-12 06:31:52 +04:00
|
|
|
${MACHINE_ARCH} == "i386" || \
|
2002-02-11 21:55:11 +03:00
|
|
|
${MACHINE_ARCH} == "sparc" || \
|
|
|
|
${MACHINE_ARCH} == "sparc64")
|
1996-11-29 19:31:02 +03:00
|
|
|
PROG= fdformat
|
1998-10-26 02:30:39 +03:00
|
|
|
.endif
|
1996-11-29 19:31:02 +03:00
|
|
|
|
1998-10-26 02:30:39 +03:00
|
|
|
MAN= fdformat.1
|
1996-11-29 19:31:02 +03:00
|
|
|
.include <bsd.prog.mk>
|