summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* There is no need for this makefile to reference BDECFLAGS, particularlygad2003-06-111-1/+0
| | | | | | since that is no longer defined in the default system install. MFC after: 1 week
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+1
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+1
|
* IPv6 support for lpr.ume2000-12-161-0/+1
| | | | | Reviewed by: freebsd-current (no objection) Obtained from: KAME
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix additional warnings. Remove -Werror, since some people have complainedwollman1998-09-111-2/+2
| | | | | | | about it. PR: 7886 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> (partially)
* 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