Makefile revision 1.6
1# $NetBSD: Makefile,v 1.6 2001/04/12 02:31:52 briggs Exp $ 2 3.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm32" || \ 4 ${MACHINE} == "atari" || ${MACHINE} == "bebox" || \ 5 ${MACHINE_ARCH} == "i386" || \ 6 ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64") 7PROG= fdformat 8.endif 9 10MAN= fdformat.1 11.include <bsd.prog.mk> 12