NetBSD/usr.bin/fdformat/Makefile
mrg 65fad457b3 build elf2aout and fdformat on macppc64 (for now, it's a lot easier than
figuring out how to split the sets... but that will have to happen.)

fixes the first easy part of PR#43075.
2010-03-30 07:26:23 +00:00

18 lines
434 B
Makefile

# $NetBSD: Makefile,v 1.13 2010/03/30 07:26:23 mrg Exp $
.include <bsd.own.mk>
.if (${MACHINE_ARCH} == "alpha" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "m68k" || \
${MACHINE_CPU} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "x86_64")
PROG= fdformat
.endif
MAN= fdformat.1
.include <bsd.prog.mk>