2000-08-09 18:21:44 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2000/08/09 14:21:44 augustss Exp $
|
1996-11-29 19:31:02 +03:00
|
|
|
|
1999-02-18 23:31:46 +03:00
|
|
|
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
|
|
|
|
${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
|
2000-08-09 18:21:44 +04:00
|
|
|
${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
|
1996-11-29 19:31:02 +03:00
|
|
|
PROG= fdformat
|
1998-10-26 02:30:39 +03:00
|
|
|
.endif
|
1996-11-29 19:31:02 +03:00
|
|
|
|
1998-10-26 02:30:39 +03:00
|
|
|
MAN= fdformat.1
|
1996-11-29 19:31:02 +03:00
|
|
|
.include <bsd.prog.mk>
|