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