Home | History | Annotate | Line # | Download | only in fdformat
Makefile revision 1.9.36.1
      1 #	$NetBSD: Makefile,v 1.9.36.1 2009/05/13 19:19:49 jym Exp $
      2 
      3 .if (${MACHINE_ARCH} == "alpha" || \
      4      ${MACHINE_ARCH} == "arm" || \
      5      ${MACHINE_ARCH} == "armeb" || \
      6      ${MACHINE_ARCH} == "i386" || \
      7      ${MACHINE_ARCH} == "m68k" || \
      8      ${MACHINE_ARCH} == "powerpc" || \
      9      ${MACHINE_ARCH} == "sparc" || \
     10      ${MACHINE_ARCH} == "sparc64" || \
     11      ${MACHINE_ARCH} == "x86_64")
     12 PROG=	fdformat
     13 .endif
     14 
     15 MAN=	fdformat.1
     16 .include <bsd.prog.mk>
     17