Print this page
1681 support for BUILD64=# no longer works
@@ -17,22 +17,22 @@
# 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.
+# Copyright 2014 Andrew Stormont.
#
# cmd/strings/Makefile
-PROG:sh= basename `pwd`
+PROG = strings
include ../Makefile.cmd
-SUBDIRS = $(MACH) $(MACH64)
+SUBDIRS = $(MACH)
+$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber