summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs/Makefile
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-05-04 21:08:58 +0000
committerbillf <billf@FreeBSD.org>1999-05-04 21:08:58 +0000
commite10abce1f88a08829de25cf513f6ba111cc0fd84 (patch)
treea23c399ab633ff51f64a5079b35f33544f992632 /sys/modules/procfs/Makefile
parent637e731db40bf4fc3b6742beba883fc6596e305c (diff)
downloadFreeBSD-src-e10abce1f88a08829de25cf513f6ba111cc0fd84.zip
FreeBSD-src-e10abce1f88a08829de25cf513f6ba111cc0fd84.tar.gz
Add procfs_rlimit.c so the kernel actually compiles.
PR: kern/11497 Submitted by: Jos Backus <jos.backus@nl.origin-it.com> (misordered patch) Pointy Hat: phk, adrian
Diffstat (limited to 'sys/modules/procfs/Makefile')
-rw-r--r--sys/modules/procfs/Makefile7
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
OpenPOWER on IntegriCloud