diff options
Diffstat (limited to 'sys/modules/procfs/Makefile')
-rw-r--r-- | sys/modules/procfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 902aa66..d132b0d 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../miscfs/procfs +.PATH: ${.CURDIR}/../../miscfs/procfs + KMOD= procfs SRCS= vnode_if.h \ procfs_ctl.c \ |