Home | History | Annotate | Line # | Download | only in fdformat
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 1998/10/25 23:30:39 jonathan Exp $
      2 
      3 .if (${MACHINE_ARCH} == "i386" || ${MACHINE} == "atari" || \
      4      ${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "sparc")
      5 PROG=	fdformat
      6 .endif
      7 
      8 MAN=	fdformat.1
      9 .include <bsd.prog.mk>
     10