Print this page
5468 Missing dependencies in lib/Makefile
5709 Add binary compatibility with Solaris 10 update 10.
*** 20,29 ****
--- 20,31 ----
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+ # Copyright 2015 RackTop Systems.
+ #
PROG= rpc.rexd on
# where under
#RPCGEN= rpcgen
REXDPROG= rpc.rexd
*** 110,120 ****
# derived source files and explicit dependencies
#rex_xdr.o \
#rex_svc.o \
#rex_clnt.o: rex.h rex.c
! # $(LINK.c) -c -o $@ rex.c
on.o: rex.h
rpc.rexd.o: rex.h
--- 112,122 ----
# derived source files and explicit dependencies
#rex_xdr.o \
#rex_svc.o \
#rex_clnt.o: rex.h rex.c
! # $(LINK.c) -c -o $@ rex.c $(LDLIBS)
on.o: rex.h
rpc.rexd.o: rex.h