Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools
@@ -17,22 +17,17 @@
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
-#
-#ident "%Z%%M% %I% %E% SMI"
-#
# Copyright (c) 1996 by Sun Microsystems, Inc.
# All rights reserved.
include $(SRC)/cmd/sgs/tools/Makefile.com
.KEEP_STATE:
-all: native $(PROGS) $(LIBS)
-
-native: $(NATIVE)
+all: $(NATIVE) $(PROGS) $(LIBS)
install: all $(ROOTPROGS) $(ROOTLIBS)
include $(SRC)/cmd/sgs/tools/Makefile.targ