aboutsummaryrefslogtreecommitdiff
path: root/lib/librpcsvc
Commit message (Collapse)AuthorAgeFilesLines
* Fix conflicts (this one is easy: there's just the Makefile).Bill Paul1997-05-281-8/+15
| | | | Notes: svn path=/head/; revision=26215
* This commit was generated by cvs2svn to compensate for changes in r26213,Bill Paul1997-05-288-0/+930
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=26214
| * Step three: update librpcsvc for Secure RPC.Bill Paul1997-05-289-11/+946
| | | | | | | | | | | | | | Reviewed by: Mark Murray Notes: svn path=/cvs2svn/branches/WPAUL/dist/; revision=26213
| * This commit was manufactured by cvs2svn to create branch 'WPAUL'.cvs2svn1996-01-121-0/+31
| | | | Notes: svn path=/cvs2svn/branches/WPAUL/dist/; revision=13397
* Use ${DESTDIR} correctly in front of absolute paths.Satoshi Asami1997-05-231-2/+2
| | | | Notes: svn path=/head/; revision=26047
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Replace some bizzare AT&T(?) make macros (``${*F}'' ??!?!?!?)Peter Wemm1996-08-301-9/+2
| | | | | | | Use more conventional implicit rule Notes: svn path=/head/; revision=17934
* Add ypxfrd.x so that the XDR routines for this protocol will be builtBill Paul1996-06-051-2/+2
| | | | | | | into librpcsvc. Notes: svn path=/head/; revision=16124
* If we are going to set the OBJS target, don't add to the old target. ThisNate Williams1995-03-041-2/+2
| | | | | | | caused the RPC libraries to contain two versions of the same file. Notes: svn path=/head/; revision=6885
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.Bruce Evans1994-08-281-2/+2
| | | | | | | The END. Notes: svn path=/head/; revision=2369
* Eliminate non-fatal error message so Jordan doesn't get confused.Garrett Wollman1994-08-101-2/+7
| | | | Notes: svn path=/head/; revision=2000
* Use a consistent name for librpcsvc.Garrett Wollman1994-08-091-0/+31
Reviewed by: Submitted by: Found by Bruce Evans. Notes: svn path=/head/; revision=1983