diff options
author | mpp <mpp@FreeBSD.org> | 1997-02-26 06:56:57 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-02-26 06:56:57 +0000 |
commit | 91da5c1099d83967009088103683c40f51913f69 (patch) | |
tree | 3f826fc79684f5ef95bef852465e21a8c4d2e51e /share/examples/sunrpc | |
parent | 00bfe049f97d722775fe5c444bd8ae53e872e3ac (diff) | |
download | FreeBSD-src-91da5c1099d83967009088103683c40f51913f69.zip FreeBSD-src-91da5c1099d83967009088103683c40f51913f69.tar.gz |
Remove the -lrpclib, since it causes the build of these examples
to fail.
Closes PR# 2359
Submitted by: Pedro A M Vazquez <vazquez@IQM.Unicamp.BR>
Diffstat (limited to 'share/examples/sunrpc')
-rw-r--r-- | share/examples/sunrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/sunrpc/Makefile b/share/examples/sunrpc/Makefile index 05510d6..ff50a3b 100644 --- a/share/examples/sunrpc/Makefile +++ b/share/examples/sunrpc/Makefile @@ -5,7 +5,7 @@ # Build all demo services # MAKE = make -LIB=-lrpclib +LIB= SUBDIR= dir msg sort |