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/accf_data/Makefile | |
| parent | 0f81d3e0a26c2833cd085c472a4a77c325486b75 (diff) | |
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Diffstat (limited to 'sys/modules/accf_data/Makefile')
| -rw-r--r-- | sys/modules/accf_data/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/accf_data/Makefile b/sys/modules/accf_data/Makefile new file mode 100644 index 00000000000..0fc4811658e --- /dev/null +++ b/sys/modules/accf_data/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2008/11/12 12:36:28 ad Exp $ + +.include "../Makefile.inc" + +.PATH: ${S}/netinet + +KMOD= accf_data +SRCS= accf_data.c + +.include <bsd.kmodule.mk> |
