From 0efea177e37295fed654875d875160c47500d6bd Mon Sep 17 00:00:00 2001 From: ad Date: Wed, 12 Nov 2008 12:35:50 +0000 Subject: Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@. --- sys/modules/accf_data/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/modules/accf_data/Makefile (limited to 'sys/modules/accf_data') 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 -- cgit