freebsd-dev/share/mk
Julio Merino a2b5b37cb7 Fix the build of plain test programs.
SRCS.<prog> must be explicitly defined when using the PROGS* functionality
for each program to be built.

As there are no plain test programs in the system yet, this was not
detected.

Approved by:	rpaulo (mentor)
2013-11-18 12:47:35 +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 Bring in libnv library for managing name/value pairs. The following types 2013-11-12 19:39:14 +00:00
bsd.links.mk
bsd.man.mk
bsd.nls.mk
bsd.obj.mk
bsd.own.mk Remove stray MK_PKGTOOLS leftover from r257444. 2013-11-11 21:19:18 +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 Allow this to work with fmake 2013-11-13 15:10:32 +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 Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
bsd.test.mk Move the TESTSBASE definition to bsd.own.mk. 2013-10-25 05:12:31 +00:00
Makefile Subsume the functionality of MK_ATF into MK_TESTS. 2013-11-08 14:24:47 +00:00
plain.test.mk Fix the build of plain test programs. 2013-11-18 12:47:35 +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