summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-1/+9
| | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Override the default it it is wrong. Don't override defaults when the defaults are correct.
* Add -Wno-unused so that ``make world'' can complete successfully.wollman1997-12-171-2/+2
| | | | | | GCC suppresses the warning for ``standard'' header files, but since the headers do not come from the ``standard'' place in a ``make world'', GCC doesn't get it.
* Mega lpd/lpd upgrade, part I:wollman1997-12-021-0/+3
- Get rid of a lot of the static variables which were shared by many routines and programs in the suite. - Create an abstract interface to the printcap database, so that other retrieval and iteration mechanisms could be developed (e.g., YP, Hesiod, or automatic retrieval from a trusted server). - Give each capability a human-readable name in addition to the historic two-character one. - Otherwise generally clean up a lot of dark corners. Many still remain. - When submitting jobs, use the official login name record (from getlogin()) if there is one, rather than reverse-mapping the uid. More to come...
OpenPOWER on IntegriCloud