diff options
author | msmith <msmith@FreeBSD.org> | 2000-04-20 03:55:19 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-04-20 03:55:19 +0000 |
commit | 7c8ba198e8d40701fb8c437dfb2e351cd3541298 (patch) | |
tree | fe6ccefbc3d0a5d072704010f8e2b4ab3ead539c /sys/modules/linprocfs | |
parent | 9848084c3875da8e6e066e377230034c4064f653 (diff) | |
download | FreeBSD-src-7c8ba198e8d40701fb8c437dfb2e351cd3541298.zip FreeBSD-src-7c8ba198e8d40701fb8c437dfb2e351cd3541298.tar.gz |
Point to the new location of the sources under the i386 linux compatibility
code.
Diffstat (limited to 'sys/modules/linprocfs')
-rw-r--r-- | sys/modules/linprocfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile index 60434cd..187195c 100644 --- a/sys/modules/linprocfs/Makefile +++ b/sys/modules/linprocfs/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../miscfs/linprocfs +.PATH: ${.CURDIR}/../../i386/linux/linprocfs KMOD= linprocfs SRCS= vnode_if.h linprocfs_misc.c linprocfs_subr.c \ linprocfs_vfsops.c linprocfs_vnops.c |