Disconnect linprocfs prior to moving it.
This commit is contained in:
parent
064484f9b3
commit
1d6286d833
@ -18,7 +18,7 @@ SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
|
||||
|
||||
# XXX some of these can move to the general case when de-i386'ed
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR+=aac aic ar asr atspeaker bktr coff el fpu gnufpu ibcs2 linprocfs mly \
|
||||
SUBDIR+=aac aic ar asr atspeaker bktr coff el fpu gnufpu ibcs2 mly \
|
||||
pecoff ray s3 smbfs splash sr streams vesa wi
|
||||
.endif
|
||||
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user