# $NetBSD: Makefile,v 1.14 2013/07/18 21:03:07 matt Exp $ .include .if (${MACHINE_ARCH} == "alpha" || \ ${MACHINE_CPU} == "arm" || \ ${MACHINE_ARCH} == "i386" || \ ${MACHINE_CPU} == "m68k" || \ ${MACHINE_CPU} == "powerpc" || \ ${MACHINE_ARCH} == "sparc" || \ ${MACHINE_ARCH} == "sparc64" || \ ${MACHINE_ARCH} == "x86_64") PROG= fdformat .endif MAN= fdformat.1 .include