summaryrefslogtreecommitdiffstats
path: root/configs/freebsd-dri
Commit message (Collapse)AuthorAgeFilesLines
* Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making anEric Anholt2005-05-281-2/+4
| | | | | EXPAT_INCLUDES config variable (set on FreeBSD) which is then used in Makefile.template's INCLUDES.
* Don't forget to -L/usr/local/lib to grab expat.Eric Anholt2005-02-141-1/+1
|
* Get linux-solo dependencies building correctly,Keith Whitwell2004-12-091-2/+3
| | | | Make sure symlinks are built in driver directories before running makedepend.
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-1/+2
| | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures.
* Add FreeBSD DRI build targets. Doesn't build at the moment, due to the sameEric Anholt2004-10-281-0/+39
problems as Linux.