summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.dgux
Commit message (Collapse)AuthorAgeFilesLines
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-291-0/+2
| | | | | | | | system. Some systems did not understand the 'l' section, and in general it wasn't entirely appropriate. On SCO OpenServer, the man pages won't be installed at all until someone figures out their man system.
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-211-0/+4
| | | | | | | | | Makefile.port, since they are of no use to configure and much of the library magic happens in Makefile.port anyway. Use __alpha, not __alpha__, since the former is universally available. Remove -DNOFIXADE from the compile command line and put it in the port include file.
* Remove port specific Makefile 'targets' (ie. shared libraries) fromMarc G. Fournier1997-04-121-0/+2
Makefile.global and move them to seperate 'include' makefiles Over time, should become even more port specific: ie. Makefile.BSD44_derived should be broken down into netbsd/freebsd specific ports