From 150c8b2f26aae112e3b16f2cedc4bfa97c1714a1 Mon Sep 17 00:00:00 2001 From: dougb Date: Sun, 27 Apr 2003 01:18:36 +0000 Subject: Install a mount_mfs symlink so that you can specify something like this in /etc/fstab to get a memory disk: md /tmp mfs rw,-s8m,noatime 2 2 Back when mdmfs was created, there was vague discussion about doing this, but it never materialized. Reminded by: Ralf S. Engelschall --- sbin/mdmfs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/mdmfs') diff --git a/sbin/mdmfs/Makefile b/sbin/mdmfs/Makefile index 8b3daca..26aab3a 100644 --- a/sbin/mdmfs/Makefile +++ b/sbin/mdmfs/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG= mdmfs +LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs MAN= mdmfs.8 .include -- cgit v1.1