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