NetBSD/usr.bin/fdformat/Makefile

18 lines
434 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2010/03/30 07:26:23 mrg Exp $
.include <bsd.own.mk>
1996-11-29 19:31:02 +03:00
.if (${MACHINE_ARCH} == "alpha" || \
${MACHINE_CPU} == "arm" || \
2001-04-12 06:31:52 +04:00
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "m68k" || \
${MACHINE_CPU} == "powerpc" || \
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>