diff options
| author | ad <ad@NetBSD.org> | 2008-11-12 12:35:50 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-11-12 12:35:50 +0000 |
| commit | 0efea177e37295fed654875d875160c47500d6bd (patch) | |
| tree | 9d0589344a5d07b9a511a2e81ebbd701744d03b5 /sys/modules/Makefile | |
| parent | 0f81d3e0a26c2833cd085c472a4a77c325486b75 (diff) | |
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index cbaf8f5ab14..117cb5ed403 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2008/09/23 07:56:59 hannken Exp $ +# $NetBSD: Makefile,v 1.11 2008/11/12 12:36:28 ad Exp $ -SUBDIR= miniroot +SUBDIR= accf_data +SUBDIR+= accf_http +SUBDIR+= miniroot SUBDIR+= fss SUBDIR+= putter |
