xref: /netbsd-src/usr.bin/fdformat/Makefile (revision 5aefcfdc06931dd97e76246d2fe0302f7b3fe094)
1#	$NetBSD: Makefile,v 1.5 2000/08/09 14:21:44 augustss Exp $
2
3.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
4     ${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
5     ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
6PROG=	fdformat
7.endif
8
9MAN=	fdformat.1
10.include <bsd.prog.mk>
11