1# $NetBSD: Makefile,v 1.2 1998/10/25 23:30:39 jonathan Exp $ 2 3.if (${MACHINE_ARCH} == "i386" || ${MACHINE} == "atari" || \ 4 ${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "sparc") 5PROG= fdformat 6.endif 7 8MAN= fdformat.1 9.include <bsd.prog.mk> 10