NetBSD/usr.bin/fdformat/Makefile

10 lines
248 B
Makefile
Raw Normal View History

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