summaryrefslogtreecommitdiff
path: root/mk/bsd.makevars.mk
AgeCommit message (Collapse)AuthorFilesLines
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam1-8/+5
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2005-06-05Fixed a typo in a comment.rillig1-2/+2
2005-06-01Include bsd.makevars.mk in bsd.prefs.mk instead of bsd.pkg.mk. Thisjlam1-5/+8
allows the saved make variables to be re-set whenever bsd.prefs.mk is included, and is a shortcut for the common case where a Makefile includes both.
2005-06-01Separate out the logic to include the correct <phase>.makevars.mk filejlam1-0/+40
into a new file bsd.makevars.mk that can be included by other Makefiles.