NetBSD/usr.bin/fdformat/Makefile

10 lines
248 B
Makefile

# $NetBSD: Makefile,v 1.2 1998/10/25 23:30:39 jonathan Exp $
.if (${MACHINE_ARCH} == "i386" || ${MACHINE} == "atari" || \
${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "sparc")
PROG= fdformat
.endif
MAN= fdformat.1
.include <bsd.prog.mk>