minix/usr.sbin/mkfs.mfs/v3/Makefile
Antoine Leca e35821b207 mkfs.mfs: various programs
Split in as many programs as needed to support various variants of MFS
Manual page updated (in mandoc format)
2013-05-13 11:18:15 +02:00

11 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>