Home | History | Annotate | Line # | Download | only in fdformat
Makefile revision 1.8
      1  1.8      fvdl #	$NetBSD: Makefile,v 1.8 2002/12/10 16:07:28 fvdl 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.8      fvdl      ${MACHINE_ARCH} == "sparc64" || \
     11  1.8      fvdl      ${MACHINE_ARCH} == "x86_64")
     12  1.1       jtk PROG=	fdformat
     13  1.2  jonathan .endif
     14  1.1       jtk 
     15  1.2  jonathan MAN=	fdformat.1
     16  1.1       jtk .include <bsd.prog.mk>
     17