NetBSD/usr.bin/fdformat/Makefile

18 lines
444 B
Makefile
Raw Normal View History

2004-04-23 18:50:00 +04:00
# $NetBSD: Makefile,v 1.9 2004/04/23 14:50:00 christos Exp $
1996-11-29 19:31:02 +03:00
2004-04-23 18:50:00 +04:00
WARNS=3
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>