freebsd-nq/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
bsd.dep.mk
bsd.doc.mk
bsd.docb.mk
bsd.info.mk
bsd.kern.mk
bsd.kmod.mk
bsd.lib.mk
bsd.libnames.mk
bsd.man.mk
bsd.obj.mk
bsd.own.mk
bsd.port.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk
bsd.README
bsd.sgml.mk
bsd.subdir.mk
bsd.sys.mk
Makefile
sys.mk