Date: Tue, 4 May 1999 21:29:07 +0200 From: Jos Backus <Jos.Backus@nl.origin-it.com> To: current@freebsd.org Subject: sys/modules/procfs/Makefile buglet Message-ID: <19990504212907.A12665@hal.mpn.cp.philips.com>
next in thread | raw e-mail | index | archive | help
--- Makefile.orig Tue May 4 21:26:56 1999
+++ Makefile Tue May 4 21:27:25 1999
@@ -3,7 +3,8 @@
.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
+ procfs_subr.c procfs_type.c procfs_vfsops.c procfs_vnops.c \
+ procfs_rlimit.c
NOMAN=
VFS_KLD=
CFLAGS+= -DPROCFS
(Probably.)
--
Jos Backus _/ _/_/_/ "Reliability means never
_/ _/ _/ having to say you're sorry."
_/ _/_/_/ -- D. J. Bernstein
_/ _/ _/ _/
Jos.Backus@nl.origin-it.com _/_/ _/_/_/ use Std::Disclaimer;
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990504212907.A12665>
