1 # $NetBSD: Makefile,v 1.13 2010/03/30 07:26:23 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 .if (${MACHINE_ARCH} == "alpha" || \ 6 ${MACHINE_CPU} == "arm" || \ 7 ${MACHINE_ARCH} == "i386" || \ 8 ${MACHINE_ARCH} == "m68k" || \ 9 ${MACHINE_CPU} == "powerpc" || \ 10 ${MACHINE_ARCH} == "sparc" || \ 11 ${MACHINE_ARCH} == "sparc64" || \ 12 ${MACHINE_ARCH} == "x86_64") 13 PROG= fdformat 14 .endif 15 16 MAN= fdformat.1 17 .include <bsd.prog.mk> 18