summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-02-26 06:56:57 +0000
committermpp <mpp@FreeBSD.org>1997-02-26 06:56:57 +0000
commit91da5c1099d83967009088103683c40f51913f69 (patch)
tree3f826fc79684f5ef95bef852465e21a8c4d2e51e
parent00bfe049f97d722775fe5c444bd8ae53e872e3ac (diff)
downloadFreeBSD-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>
-rw-r--r--share/examples/sunrpc/Makefile2
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
OpenPOWER on IntegriCloud