freebsd-dev/share/man/man3lua/Makefile
Ryan Moeller 73577bf01d flua: Add a libjail module
libjail is pretty small, so it makes for a good proof of concept demonstrating
how a system library can be wrapped to create a loadable Lua module for flua.

* Introduce 3lua section for man pages
* Add libjail module

Reviewed by:	kevans, manpages
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D26080
2020-10-24 17:08:59 +00:00

8 lines
77 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
MAN= intro.3lua
.include <bsd.prog.mk>