mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
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
5 lines
55 B
Makefile
5 lines
55 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libjail
|
|
|
|
.include <bsd.subdir.mk>
|