Home | History | Annotate | Line # | Download | only in fdformat
Makefile revision 1.3.10.1
      1  1.3.10.1       mrg #	$NetBSD: Makefile,v 1.3.10.1 2000/08/26 00:46:14 mrg Exp $
      2       1.1       jtk 
      3       1.3   thorpej .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
      4       1.3   thorpej      ${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
      5  1.3.10.1       mrg      ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
      6       1.1       jtk PROG=	fdformat
      7       1.2  jonathan .endif
      8       1.1       jtk 
      9       1.2  jonathan MAN=	fdformat.1
     10       1.1       jtk .include <bsd.prog.mk>
     11