summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.post.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use "" instead of <> to specify bsd.port.mk, since we want it to look inSatoshi Asami1999-01-261-2/+2
| | | | | | | this directory first. Notes: svn path=/head/; revision=16356
* Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines onlySatoshi Asami1998-11-111-0/+7
a few variables that could be used in the port Makefile for ".if exists()" tests. bsd.port.post.mk defines the rest. Note: if you define USE_X_PREFIX or USE_IMAKE, put it before including bsd.port.pre.mk. These are the only two variables used in the first part. In reality, bsd.port.pre.mk and bsd.port.post.mk just include bsd.port.mk with special variables to turn part of it off. Notes: svn path=/head/; revision=14462