Print this page
5468 Missing dependencies in lib/Makefile
5709 Add binary compatibility with Solaris 10 update 10.

*** 18,32 **** # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # - #ident "%Z%%M% %I% %E% SMI" - # # Copyright (c) 1999 by Sun Microsystems, Inc. # All rights reserved. # # cmd/fs.d/cachefs/share # FSTYPE= cachefs LIBPROG= share --- 18,32 ---- # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 1999 by Sun Microsystems, Inc. # All rights reserved. # + # Copyright 2015 RackTop Systems. + # # cmd/fs.d/cachefs/share # FSTYPE= cachefs LIBPROG= share
*** 37,46 **** PROGOBJS= $(PROGSRCS:%.c=%.o) PROGSRCS= $(LIBPROG:%=%.c) $(LIBPROG): $(PROGOBJS) ! $(LINK.c) -o $@ $(PROGOBJS) $(POST_PROCESS) clean: $(RM) $(PROGOBJS) $(LIBPROG) --- 37,46 ---- PROGOBJS= $(PROGSRCS:%.c=%.o) PROGSRCS= $(LIBPROG:%=%.c) $(LIBPROG): $(PROGOBJS) ! $(LINK.c) -o $@ $(PROGOBJS) $(LDLIBS) $(POST_PROCESS) clean: $(RM) $(PROGOBJS) $(LIBPROG)