From 20a2cc13b7d72739f0fca1dfe16e9837226eb260 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Sat, 9 Sep 2006 16:58:22 +0000 Subject: [PATCH] Build linprocfs and linsysfs as modules on amd64. Sponsored by: Google SoC 2006 Submitted by: rdivacky --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 1b1ad3534fc..35434f9dba7 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -468,6 +468,8 @@ _ipmi= ipmi _ips= ips _ipw= ipw _ixgb= ixgb +_linprocfs= linprocfs +_linsysfs= linsysfs _mly= mly _mxge= mxge _ndis= ndis