NetBSD/usr.bin/fdformat/Makefile

11 lines
317 B
Makefile

# $NetBSD: Makefile,v 1.5 2000/08/09 14:21:44 augustss Exp $
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
PROG= fdformat
.endif
MAN= fdformat.1
.include <bsd.prog.mk>