diff options
author | wosch <wosch@FreeBSD.org> | 1996-02-02 06:31:57 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-02-02 06:31:57 +0000 |
commit | e09588cb82c19f7918ba68e1161fa051cd3089d5 (patch) | |
tree | e80a842cffeedb834fff081faec1a1c1f9d9b92c /sbin | |
parent | dc7dcae54798a8060e8d2f5d0aa8832b4b231279 (diff) | |
download | FreeBSD-src-e09588cb82c19f7918ba68e1161fa051cd3089d5.zip FreeBSD-src-e09588cb82c19f7918ba68e1161fa051cd3089d5.tar.gz |
man page link tmpfs.8 -> mfs.8 for former SunOS users
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/newfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index 69f04d0..07ceccc 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -9,6 +9,6 @@ CFLAGS+=-DMFS -I${MOUNT} .PATH: ${MOUNT} ${.CURDIR}/../disklabel LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs -MLINKS= newfs.8 mount_mfs.8 newfs.8 mfs.8 +MLINKS= newfs.8 mount_mfs.8 newfs.8 mfs.8 newfs.8 tmpfs.8 .include <bsd.prog.mk> |