Print this page
LOCAL: preliminary topo mapping for Richmond-A disk bays

@@ -20,16 +20,16 @@
 #
 
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
+# Copyright (c) 2012, Joyent, Inc. All rights reserved.
 #
-# ident "%Z%%M% %I%     %E% SMI"
 
 .KEEP_STATE:
 .SUFFIXES:
-.SUFFIXES: .xml .xmlgen $(SUFFIXES)
+.SUFFIXES: .xml .xmlgen .xmlgenksh $(SUFFIXES)
 
 MODCLASS = maps
 
 include ../../../Makefile.lib
 include ../../../../Makefile.lib

@@ -53,10 +53,15 @@
 .xmlgen.xml:
         $(RM) $@ 
         $(CAT) ../common/xmlgen-header.xml > $@
         $(PERL) $< >> $@
         
+.xmlgenksh.xml:
+        $(RM) $@
+        $(CAT) ../common/xmlgen-header-new.xml > $@
+        $(KSH93) $< >> $@
+        
 %.xml: ../common/%.xml
         $(RM) $@
         $(CAT) $< > $@
 
 include ../../Makefile.rootdirs