diff options
| author | ad <ad@NetBSD.org> | 2008-01-16 12:34:50 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-01-16 12:34:50 +0000 |
| commit | bbc79e58a6b48edc15ae7b2ed8364880fddce1e7 (patch) | |
| tree | 6d440cbcabd2266a3a662898fa5827974c00ff74 /sys/modules/example/Makefile | |
| parent | 257a88e757110a1158f1cbf6be74f050d52f27d6 (diff) | |
Pull in my modules code for review/test/hacking.
Diffstat (limited to 'sys/modules/example/Makefile')
| -rw-r--r-- | sys/modules/example/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/example/Makefile b/sys/modules/example/Makefile new file mode 100644 index 00000000000..f1fda91d447 --- /dev/null +++ b/sys/modules/example/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 2008/01/16 12:34:56 ad Exp $ + +KMOD= example + +SRCS= example.c + +.include <bsd.kmod.mk> |
