diff options
Diffstat (limited to 'usr/src/lib/libsocket/sparcv9')
-rw-r--r-- | usr/src/lib/libsocket/sparcv9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libsocket/sparcv9/Makefile b/usr/src/lib/libsocket/sparcv9/Makefile index 2eafde412a..1d6a481946 100644 --- a/usr/src/lib/libsocket/sparcv9/Makefile +++ b/usr/src/lib/libsocket/sparcv9/Makefile @@ -23,7 +23,7 @@ # Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" + # include ../Makefile.com @@ -31,4 +31,4 @@ include ../../Makefile.lib.64 all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) |