Module Name:    src
Committed By:   ahoka
Date:           Fri Apr  9 13:41:45 UTC 2010

Added Files:
        src/sys/modules/pad: Makefile

Log Message:
Makefile to build kernel module for pad.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/modules/pad/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/modules/pad/Makefile
diff -u /dev/null src/sys/modules/pad/Makefile:1.1
--- /dev/null	Fri Apr  9 13:41:45 2010
+++ src/sys/modules/pad/Makefile	Fri Apr  9 13:41:45 2010
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2010/04/09 13:41:45 ahoka Exp $
+
+.include "../Makefile.inc"
+
+.PATH:	${S}/dev/pad
+
+KMOD=   pad
+
+SRCS=	pad.c
+SRCS+=	padvol.c
+
+.include <bsd.kmodule.mk>

Reply via email to