summaryrefslogtreecommitdiff
path: root/share/mk/bsd.dep.mk
AgeCommit message (Expand)Author
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-08-12Let DFLAGS been added to by the per-directory MakefilePhilip Guenther
2017-07-10re-add unintentionally removed cleandir part that rm tags from the .CURDIRMarc Espie
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
2017-07-05based on florian@'s observation and guenther@'s work in kernel makefiles.Marc Espie
2017-07-04let BUILDFIRST just build first, using the same trick guenther@ did inMarc Espie
2017-07-03re-add dependencies from SRCS to corresponding OBJS.Marc Espie
2017-07-03explicitly pass -MD -MP in DFLAGS, so that even if CFLAGS are forcedMarc Espie
2017-07-01effectively kill depend as an independant target (there are a few cornersMarc Espie
2017-06-16introduce a BUILDFIRST/BUILDAFTER mechanism:Marc Espie
2017-06-04pass better arguments to mkdep.Marc Espie
2017-05-31Drop -t option from ctags call.anton
2016-09-04Treat .cpp files as C++ source code in make depend.Patrick Wildt
2012-10-15old stuff:Marc Espie
2012-08-31use subdir realtarget => target recursion (for subdir.mk .USE macro)Marc Espie
2010-03-27pass -d -t to the default ``make tags'' flags.Owain Ainsworth
2008-03-24check for emptiness of SRCS, since make warns otherwise.Marc Espie
2007-11-03unmess make depend: make sure stuff is built in the correct order.Marc Espie
2006-06-30generate deps for yacc and lex, and clean stuff generated by these;Otto Moerbeek
2003-08-07trivial clean-up: indent tests and mark phony targets.Marc Espie
1998-06-09Add CTAGS, with a full pathname, and use it.Jason Downs
1996-03-05Labeling style changed ($OpenBSD$).Michael Shalayeff
1996-02-25Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt