Makefile revision 1.12
1# $NetBSD: Makefile,v 1.12 2009/04/12 02:53:56 lukem Exp $ 2 3.if (${MACHINE_ARCH} == "alpha" || \ 4 ${MACHINE_ARCH} == "arm" || \ 5 ${MACHINE_ARCH} == "armeb" || \ 6 ${MACHINE_ARCH} == "i386" || \ 7 ${MACHINE_ARCH} == "m68k" || \ 8 ${MACHINE_ARCH} == "powerpc" || \ 9 ${MACHINE_ARCH} == "sparc" || \ 10 ${MACHINE_ARCH} == "sparc64" || \ 11 ${MACHINE_ARCH} == "x86_64") 12PROG= fdformat 13.endif 14 15MAN= fdformat.1 16.include <bsd.prog.mk> 17