Home | History | Annotate | Line # | Download | only in fdformat
Makefile revision 1.7
      1  1.7   thorpej #	$NetBSD: Makefile,v 1.7 2002/02/11 18:55:11 thorpej Exp $
      2  1.1       jtk 
      3  1.7   thorpej .if (${MACHINE} == "acorn32" || \
      4  1.7   thorpej      ${MACHINE_ARCH} == "alpha" || \
      5  1.7   thorpej      ${MACHINE} == "cats" || \
      6  1.7   thorpej      ${MACHINE} == "atari" || \
      7  1.7   thorpej      ${MACHINE} == "bebox" || \
      8  1.6    briggs      ${MACHINE_ARCH} == "i386" || \
      9  1.7   thorpej      ${MACHINE_ARCH} == "sparc" || \
     10  1.7   thorpej      ${MACHINE_ARCH} == "sparc64")
     11  1.1       jtk PROG=	fdformat
     12  1.2  jonathan .endif
     13  1.1       jtk 
     14  1.2  jonathan MAN=	fdformat.1
     15  1.1       jtk .include <bsd.prog.mk>
     16