diff options
author | Josef 'Jeff' Sipek <jeffpc@josefsipek.net> | 2013-10-15 00:21:04 -0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2013-10-23 19:52:25 -0400 |
commit | c0e7977a434048a8bc7386ea0e8befaa77a646cf (patch) | |
tree | 283ae7c385818ecd7d479cdfb593604c703193ac /usr/src/uts/sun4u/tazmo | |
parent | e7eebcf69de21d2c4df15f003919cdb19b61c694 (diff) | |
download | illumos-gate-c0e7977a434048a8bc7386ea0e8befaa77a646cf.tar.gz |
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/sun4u/tazmo')
-rw-r--r-- | usr/src/uts/sun4u/tazmo/Makefile.tazmo.shared | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/sun4u/tazmo/Makefile.tazmo.shared b/usr/src/uts/sun4u/tazmo/Makefile.tazmo.shared index c544e392cf..7c0639ff27 100644 --- a/usr/src/uts/sun4u/tazmo/Makefile.tazmo.shared +++ b/usr/src/uts/sun4u/tazmo/Makefile.tazmo.shared @@ -23,8 +23,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# # Global definitions for sun4u implementation specific modules. # @@ -72,7 +70,7 @@ include $(UTSBASE)/sun4u/tazmo/Makefile.files include $(UTSTREE)/sun4u/Makefile.sun4u # -# Define modules (must come after Makefile.sun4u, for CLOSED_BUILD). +# Define modules (must come after Makefile.sun4u). # TAZMO_KMODS = platmod TAZMO_KMODS += envctrl |