aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lptest/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Simplify idioms in usr.sbin/lpr MakefilesEnji Cooper2017-03-011-1/+1
| | | | | | | | | | Use :H instead of .CURDIR-relative pathing to simplify make output, etc. MFC after: 1 week Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314475
* More changes to use __FBSDID() for setting rcsids, and fix theGarance A Drosehn2003-07-151-0/+2
| | | | | | | | | | | format of 'sccsid' lines so they consistently match style(9). A minor Makefile change is needed so lptest.c can find lp.cdefs.h. Reviewed by: discussed with bde and obrien MFC after: 15 days Notes: svn path=/head/; revision=117622
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+0
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-0/+2
| | | | Notes: svn path=/head/; revision=74532
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-2/+0
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=34160
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-0/+1
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+6
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553