summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2010-10-19 11:58:00 +0000
committerpgoyette <pgoyette@NetBSD.org>2010-10-19 11:58:00 +0000
commitadb48c7f005facd6d646d120b83fb130c176d52b (patch)
tree12e9580536e60a4349a5d0eb2c6141f2121d9ba2 /sys/modules
parent3ae668c1c8134c4be69ca112fe7411afcef0a08e (diff)
Build the new swsensor(4) device and add to set lists
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index e291a7a10b6..090f183ce5c 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2010/10/15 12:20:33 tsutsui Exp $
+# $NetBSD: Makefile,v 1.48 2010/10/19 11:58:01 pgoyette Exp $
.include <bsd.own.mk>
@@ -53,6 +53,7 @@ SUBDIR+= securelevel
SUBDIR+= smbfs
SUBDIR+= sysvbfs
SUBDIR+= suser
+SUBDIR+= swsensor
SUBDIR+= tmpfs
SUBDIR+= udf
SUBDIR+= umap