NetBSD/usr.bin/fdformat/Makefile

17 lines
432 B
Makefile
Raw Normal View History

2002-12-10 19:07:28 +03:00
# $NetBSD: Makefile,v 1.8 2002/12/10 16:07:28 fvdl 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" || \
2002-12-10 19:07:28 +03:00
${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "x86_64")
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>