freebsd-dev/share/mk
Baptiste Daroussin c99fb5f907 Import libucl into head
UCL is heavily infused by nginx configuration as the example of a convenient
configuration system. However, UCL is fully compatible with JSON format and is
able to parse json files.

UCL is used by pkg(8) for its configuration file as well for the manifest format
in packages, it will be used in base for the pkg boostrap (signature checking
and configuration file parsing.)

libucl has been developped and is maintained by vsevolod@
2014-02-23 21:49:21 +00:00
..
atf.test.mk Remove registration of C++ test programs into PROGS. 2013-11-18 12:44:05 +00:00
bsd.arch.inc.mk
bsd.compiler.mk
bsd.cpu.mk Add a new CPUTYPE supported by Clang 3.3 for AMD Jaguar processors (btver2). 2013-06-13 18:26:12 +00:00
bsd.crunchgen.mk Add a new knob WITH_DEBUG_FILES to control the building of standalone 2013-06-07 21:40:02 +00:00
bsd.dep.mk
bsd.doc.mk
bsd.dtrace.mk
bsd.endian.mk
bsd.files.mk Allow mixing bsd.files.mk with bsd.subdir.mk. 2013-10-25 05:11:10 +00:00
bsd.incs.mk
bsd.info.mk
bsd.init.mk
bsd.kmod.mk
bsd.lib.mk Create a private library directory (LIBPRIVATEDIR) for libraries which 2013-09-08 09:40:23 +00:00
bsd.libnames.mk Import libucl into head 2014-02-23 21:49:21 +00:00
bsd.links.mk
bsd.man.mk
bsd.nls.mk
bsd.obj.mk
bsd.own.mk Rename WITHOUT_DMA into WITHOUT_DMAGENT to avoid confusion 2014-02-22 13:05:23 +00:00
bsd.pkg.mk
bsd.port.mk
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk For C++ programs, don't emit any explicit dependency to libstdc++.a or 2013-11-04 21:54:56 +00:00
bsd.progs.mk Make bsd.progs.mk work in directories with SCRIPTS but no PROGS. 2013-12-11 03:41:07 +00:00
bsd.README
bsd.snmpmod.mk
bsd.subdir.mk Flag recursive make targets with .MAKE (has no effect on fmake) 2013-06-14 16:25:41 +00:00
bsd.symver.mk
bsd.sys.mk Move the part in bsd.own.mk that sets -Wno-c++11-extensions for clang to 2014-02-21 22:38:25 +00:00
bsd.test.mk Support defining test program metadata from the Makefiles. 2014-01-14 18:32:47 +00:00
Makefile Add tap.test.mk. 2013-12-11 03:39:50 +00:00
plain.test.mk Generate plain sh test programs from a source file. 2013-11-25 13:30:06 +00:00
sys.mk Use .SHELL to tell bmake to use 'set -e' when running scripts 2013-08-27 23:09:34 +00:00
tap.test.mk Support perl-based TAP-compliant test programs. 2014-01-14 18:35:56 +00:00
version_gen.awk