blob: a9cecf7b24c7683f821143d321a5bf315eac4773 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.7 2002/02/11 18:55:11 thorpej Exp $
.if (${MACHINE} == "acorn32" || \
${MACHINE_ARCH} == "alpha" || \
${MACHINE} == "cats" || \
${MACHINE} == "atari" || \
${MACHINE} == "bebox" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64")
PROG= fdformat
.endif
MAN= fdformat.1
.include <bsd.prog.mk>
|