diff options
-rw-r--r-- | sys/modules/procfs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index b7b5bd1..1ff51be 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.12 1998/07/27 01:07:00 alex Exp $ +# $Id: Makefile,v 1.13 1998/10/16 04:30:48 peter Exp $ .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 +SRCS= opt_vmpage.h procfs_ctl.c procfs_map.c procfs_note.c procfs_rlimit.c \ + procfs_status.c procfs_subr.c procfs_type.c procfs_vfsops.c \ + procfs_vnops.c NOMAN= VFS_KLD= CFLAGS+= -DPROCFS |