Print this page
5468 Missing dependencies in lib/Makefile
*** 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/unshare
#
FSTYPE= cachefs
LIBPROG= unshare
--- 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/unshare
#
FSTYPE= cachefs
LIBPROG= unshare
*** 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)