Print this page
7192 Remove SPARC-only ONLY64 option

*** 17,32 **** # 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 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/w/Makefile PROG= w include ../Makefile.cmd --- 17,31 ---- # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright 2016 RackTop Systems. + # # cmd/w/Makefile PROG= w include ../Makefile.cmd
*** 34,44 **** ROOTLINK= $(ROOTBIN)/uptime SED= sed DCFILE= $(PROG).dc ! $(64ONLY)SUBDIRS= $(MACH) $(BUILD64)SUBDIRS += $(MACH64) all := TARGET = all install := TARGET = install clean := TARGET = clean --- 33,44 ---- ROOTLINK= $(ROOTBIN)/uptime SED= sed DCFILE= $(PROG).dc ! SUBDIRS= ! $(INTEL_BLD)SUBDIRS += $(MACH) $(BUILD64)SUBDIRS += $(MACH64) all := TARGET = all install := TARGET = install clean := TARGET = clean