1 # $NetBSD: Makefile,v 1.15 2014/03/18 18:20:44 riastradh Exp $ 2 3 .include <bsd.own.mk> 4 5 .if (${MACHINE_ARCH} == "alpha" || \ 6 ${MACHINE_CPU} == "arm" || \ 7 ${MACHINE_ARCH} == "i386" || \ 8 ${MACHINE_CPU} == "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