e35821b207
Split in as many programs as needed to support various variants of MFS Manual page updated (in mandoc format)
10 lines
180 B
Makefile
10 lines
180 B
Makefile
PROG= mkfs.mfs
|
|
BINDIR= /sbin
|
|
# XXX consider section 8
|
|
MAN= mkfs.mfs.1
|
|
|
|
.ifndef HOSTPROGNAME
|
|
SYMLINKS+= $(BINDIR)/$(PROG) /usr/sbin/mkfs.mfs3
|
|
.endif
|
|
|
|
.include <../Makefile.mkfs>
|