e1d397462e
usr.bin/fdformat/Makefile: build manpages on all ports distrib/sets/lists/man/mi: add fdformat manpages distrib/sets/lists/man/md.{arm32,atari,i386,sparc}: only listed fdformat manpegs. remove. distrib/sets/lists/man/md.mvem68k: duplicate entry of mvme68k installboot. remove.
10 lines
248 B
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>
|