summaryrefslogtreecommitdiffstats
path: root/sys/modules/linprocfs
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-06-10 23:20:38 +0000
committerdes <des@FreeBSD.org>2001-06-10 23:20:38 +0000
commitd477cc66c413848914df74d593458aafe11b0da9 (patch)
treef41b06362925fe298df81fe6efb0898709d50b62 /sys/modules/linprocfs
parent151cf8cd8aa1ef1ab3b12ff337b9668fcaea7e7a (diff)
downloadFreeBSD-src-d477cc66c413848914df74d593458aafe11b0da9.zip
FreeBSD-src-d477cc66c413848914df74d593458aafe11b0da9.tar.gz
Disconnect linprocfs prior to moving it.
Diffstat (limited to 'sys/modules/linprocfs')
-rw-r--r--sys/modules/linprocfs/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile
deleted file mode 100644
index a6fa4f5..0000000
--- a/sys/modules/linprocfs/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../compat/linprocfs
-
-KMOD= linprocfs
-SRCS= vnode_if.h linprocfs_misc.c linprocfs_subr.c \
- linprocfs_vfsops.c linprocfs_vnops.c
-NOMAN=
-
-test: unload install load
-
-load:
- kldload ${KMOD}
- mount /compat/linux/proc
-
-unload:
- -umount /compat/linux/proc
- kldunload ${KMOD}
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud