freebsd-dev/share/mk
Pawel Jakub Dawidek 2f02600abf Move my simple logging API to a separate library. It is now already used
by hastctl(8), hastd(8) and auditdistd(8) and will soon be also used
by casperd(8) and its services. There is no documentation and pjdlog.h
header file is not installed in /usr/include/ to keep it private.
Unfortunately we don't have /lib/private/ at this point, only
/usr/lib/private/, so the library is installed in /lib/.

Sponsored by:	The FreeBSD Foundation
2013-12-01 09:41:06 +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
bsd.crunchgen.mk
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 Move my simple logging API to a separate library. It is now already used 2013-12-01 09:41:06 +00:00
bsd.links.mk
bsd.man.mk
bsd.nls.mk
bsd.obj.mk
bsd.own.mk Revert r258672. We clearly don't compile libraries enough times. 2013-11-27 19:51:50 +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 Need to also test for defined(${v}_${PROG}) 2013-11-19 00:34:59 +00:00
bsd.README
bsd.snmpmod.mk
bsd.subdir.mk
bsd.symver.mk
bsd.sys.mk
bsd.test.mk Move the TESTSBASE definition to bsd.own.mk. 2013-10-25 05:12:31 +00:00
Makefile Install plain.test.mk. 2013-11-25 13:28:40 +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
version_gen.awk