NetBSD/usr.bin/fdformat/Makefile

16 lines
397 B
Makefile
Raw Normal View History

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
.endif
1996-11-29 19:31:02 +03:00
MAN= fdformat.1
1996-11-29 19:31:02 +03:00
.include <bsd.prog.mk>