diff options
Diffstat (limited to 'sys/modules/procfs/Makefile')
-rw-r--r-- | sys/modules/procfs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 59089e526e37..b7b5bd1f587d 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.11 1998/07/25 15:52:43 alex Exp $ +# $Id: Makefile,v 1.12 1998/07/27 01:07:00 alex Exp $ -.PATH: ${.CURDIR}/../../sys/miscfs/procfs -KMOD= procfs_mod +.PATH: ${.CURDIR}/../../miscfs/procfs +KMOD= procfs SRCS= opt_vmpage.h procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c \ procfs_subr.c procfs_type.c procfs_vfsops.c procfs_vnops.c NOMAN= -VFS_LKM= +VFS_KLD= CFLAGS+= -DPROCFS CLEANFILES+= opt_vmpage.h |