freebsd-dev/share/mk
Bruce Evans 08b443022e Unbreak "make lint" for programs and "make llib-l${LIB}.ln" for
libraries a little by not passing all of ${CFLAGS} to lint.  Pass
only options matching -[DIU]*.  The important -nostdinc option can't
be passed like I first thought because lint misinterprets as
"-n -o stdinc".  The unimportant -B* option can't be passed because
lint doesn't support it.  Otherwise, we pass the same options as
to mkdep, exept for a bug in the latter: -U* is not passed.  All
this depends on option args not being separated from option flags
by a space.
2001-12-03 22:31:09 +00:00
..
bsd.cpu.mk Pentium II's do not support SSE, that came in with the PIII 2001-03-21 08:29:39 +00:00
bsd.dep.mk $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
bsd.doc.mk Make it possible to build manpages for the entire source tree. 2001-03-27 08:43:28 +00:00
bsd.docb.mk $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
bsd.info.mk Make it possible to build manpages for the entire source tree. 2001-03-27 08:43:28 +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 Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk 2001-05-19 23:18:21 +00:00
bsd.lib.mk Unbreak "make lint" for programs and "make llib-l${LIB}.ln" for 2001-12-03 22:31:09 +00:00
bsd.libnames.mk Fixed world breakage in ftpd, rshd, login, su, telnetd and telnet. LIBPAM 2001-08-29 08:50:46 +00:00
bsd.man.mk There is a better way to suppress groff(1) output. 2001-09-05 14:29:28 +00:00
bsd.obj.mk Fixed `objwarn' so that it doesn't issue spurious warnings, 2001-05-20 12:14:17 +00:00
bsd.own.mk Games ownership cleanup. 2001-06-13 15:26:31 +00:00
bsd.port.mk Add $FreeBSD$ 2000-12-29 01:23:57 +00:00
bsd.port.post.mk $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
bsd.port.pre.mk $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
bsd.port.subdir.mk Add $FreeBSD$ 2000-12-29 01:23:57 +00:00
bsd.prog.mk Unbreak "make lint" for programs and "make llib-l${LIB}.ln" for 2001-12-03 22:31:09 +00:00
bsd.README Implement the `manlint' target, for minimal validity checking of 2001-09-05 11:24:34 +00:00
bsd.sgml.mk Make it possible to build manpages for the entire source tree. 2001-03-27 08:43:28 +00:00
bsd.subdir.mk Support the "install.debug" and "reinstall.debug" targets for kernel modules. 2001-10-27 00:52:50 +00:00
bsd.sys.mk Only add -Werror if in fact we have set WARNS or WFORMAT to >0 2001-05-19 23:32:19 +00:00
Makefile Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk 2001-05-19 23:18:21 +00:00
sys.mk Final way: Don't include /etc/defaults/make.conf at all. It wasn't 2001-08-31 12:20:43 +00:00