freebsd-dev/share/mk
Bruce Evans afabc4dfc2 Removed bogus env(1) commands. make(1) uses a real shell, so
"env name=value ... cmd ..." was just a pessimized way of doing
"name=value ... cmd ...".  Note that make(1) can't optimize
either of these to an exec of env(1) or "cmd" even if the second
"..." is simple, since it can't tell that the shell metacharacter
in "name=value" is actually handled by env(1).
2002-03-19 06:11:43 +00:00
..
bsd.cpu.mk
bsd.dep.mk Removed bogus env(1) commands. make(1) uses a real shell, so 2002-03-19 06:11:43 +00:00
bsd.doc.mk Removed a no-op FILES from bsd.doc.mk. 2001-12-17 13:45:56 +00:00
bsd.docb.mk
bsd.info.mk Removed bogus env(1) commands. make(1) uses a real shell, so 2002-03-19 06:11:43 +00:00
bsd.kern.mk This will have to be revised, but allow putting 'makeoptions GCC3=true' 2001-09-10 06:23:33 +00:00
bsd.kmod.mk
bsd.lib.mk lint the previous lint commit. 2002-03-18 09:35:45 +00:00
bsd.libnames.mk Add two new libraries which are part of sendmail 8.12. libsm is used only 2002-02-17 22:01:40 +00:00
bsd.man.mk
bsd.nls.mk . Add support for making NLS links 2002-03-04 12:27:00 +00:00
bsd.obj.mk Neither .depend nor ${DEPENDFILE} depend on _SUBDIR. 2002-02-06 18:08:31 +00:00
bsd.own.mk Correct comment: mklocale(1) and NLS are absolutely independent 2002-02-13 18:18:13 +00:00
bsd.port.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk Obviate the need to set the COMPILER_PATH and LIBRARY_PATH in Makefile.inc1 2002-02-21 10:23:41 +00:00
bsd.README FILES support for bsd.prog.mk. See bsd.README for details. 2001-12-17 13:59:35 +00:00
bsd.sgml.mk
bsd.subdir.mk Back out revision 1.23 (SUBDIR_CHANGE). 2002-02-06 18:05:53 +00:00
bsd.sys.mk Put -Wno-uninitialized at the end of the warns flags as it may be enabeled 2002-01-05 20:17:50 +00:00
Makefile Add basic infrastructure for building and installing Message Catalogs (NLS Catalogs) 2002-03-04 09:50:28 +00:00
sys.mk __MAKE_CONF?=/etc/make.conf 2002-03-18 07:39:27 +00:00