Makefile revision 1.7
11.7Sthorpej# $NetBSD: Makefile,v 1.7 2002/02/11 18:55:11 thorpej Exp $ 21.1Sjtk 31.7Sthorpej.if (${MACHINE} == "acorn32" || \ 41.7Sthorpej ${MACHINE_ARCH} == "alpha" || \ 51.7Sthorpej ${MACHINE} == "cats" || \ 61.7Sthorpej ${MACHINE} == "atari" || \ 71.7Sthorpej ${MACHINE} == "bebox" || \ 81.6Sbriggs ${MACHINE_ARCH} == "i386" || \ 91.7Sthorpej ${MACHINE_ARCH} == "sparc" || \ 101.7Sthorpej ${MACHINE_ARCH} == "sparc64") 111.1SjtkPROG= fdformat 121.2Sjonathan.endif 131.1Sjtk 141.2SjonathanMAN= fdformat.1 151.1Sjtk.include <bsd.prog.mk> 16