summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorhaad <haad@NetBSD.org>2011-01-28 23:54:28 +0000
committerhaad <haad@NetBSD.org>2011-01-28 23:54:28 +0000
commit44b82e4c2b90fc19db24c300f9274ac6fc50fc8a (patch)
treec4bb1a8d9e57f4b6055016d079b52b9a510c9ab0 /sys/modules
parent1bff27c1dd44fbbd29d6c2e858911076c1840a4a (diff)
Add support for building pud as module. Do it in a same way how putter is
done.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/pud/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/pud/Makefile b/sys/modules/pud/Makefile
new file mode 100644
index 00000000000..05fdd47912a
--- /dev/null
+++ b/sys/modules/pud/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2011/01/28 23:54:28 haad Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/pud
+
+KMOD= pud
+SRCS= pud.c pud_dev.c
+
+.include <bsd.kmodule.mk>