diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2011-10-08 13:14:03 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2011-10-08 13:14:03 +0000 |
| commit | 5043e2c63d49153d027e2fd92e40678b5d203ad3 (patch) | |
| tree | c2d60560cee96754048c9109b528bed2beb2543a /lib/lua | |
| parent | dcf75716fef9c3b59f238c229f2d504b51a546c5 (diff) | |
Link the gpio(4) Lua module to the build and add it to the set lists.
(There is no manual page yet, since we have not yet decided where to put
them for Lua modules.)
Diffstat (limited to 'lib/lua')
| -rw-r--r-- | lib/lua/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/lua/Makefile b/lib/lua/Makefile index 30ad0278543..c1809c36aa4 100644 --- a/lib/lua/Makefile +++ b/lib/lua/Makefile @@ -1,3 +1,5 @@ -# $NetBSD: Makefile,v 1.1 2011/10/07 21:23:32 mbalmer Exp $ +# $NetBSD: Makefile,v 1.2 2011/10/08 13:14:04 mbalmer Exp $ + +SUBDIR+= gpio .include <bsd.subdir.mk> |
