diff options
Diffstat (limited to 'sys/modules/example')
| -rw-r--r-- | sys/modules/example/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/modules/example/Makefile b/sys/modules/example/Makefile index f1fda91d447..4a1aaac3473 100644 --- a/sys/modules/example/Makefile +++ b/sys/modules/example/Makefile @@ -1,7 +1,12 @@ -# $NetBSD: Makefile,v 1.1 2008/01/16 12:34:56 ad Exp $ +# $NetBSD: Makefile,v 1.2 2008/02/10 10:51:18 jmmv Exp $ KMOD= example -SRCS= example.c +SRCS= real-example.c +# XXX A hack to workaround the fact that the final module is named +# example.o. To be removed once we change the extension of modules. +BUILDSYMLINKS= ${.CURDIR}/example.c real-example.c + +NOMAN= # defined .include <bsd.kmod.mk> |
