Print this page
1681 support for BUILD64=# no longer works

*** 17,38 **** # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # - #ident "%Z%%M% %I% %E% SMI" - # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/strings/Makefile ! PROG:sh= basename `pwd` include ../Makefile.cmd ! SUBDIRS = $(MACH) $(MACH64) all := TARGET = all install := TARGET = install clean := TARGET = clean clobber := TARGET = clobber --- 17,38 ---- # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. + # Copyright 2014 Andrew Stormont. # # cmd/strings/Makefile ! PROG = strings include ../Makefile.cmd ! SUBDIRS = $(MACH) ! $(BUILD64)SUBDIRS += $(MACH64) all := TARGET = all install := TARGET = install clean := TARGET = clean clobber := TARGET = clobber