diff options
author | gd78059 <none@none> | 2007-04-12 16:44:57 -0700 |
---|---|---|
committer | gd78059 <none@none> | 2007-04-12 16:44:57 -0700 |
commit | 6ee3e50ca5b616936ee051bd9e7d0af9a74416ec (patch) | |
tree | 255b5747a34aa8294d1f0fdf90b6d332e05af87b /usr/src/lib/cfgadm_plugins | |
parent | 08516594b0e540dc0f415fa7ae31f54d943a0913 (diff) | |
download | illumos-joyent-6ee3e50ca5b616936ee051bd9e7d0af9a74416ec.tar.gz |
PSARC 2007/152 Tadpole Platform Support
6543722 need SPARCLE (douglas) platform support
Diffstat (limited to 'usr/src/lib/cfgadm_plugins')
-rw-r--r-- | usr/src/lib/cfgadm_plugins/Makefile.com | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/lib/cfgadm_plugins/Makefile.com b/usr/src/lib/cfgadm_plugins/Makefile.com index a7c2d5fbb8..af6647d828 100644 --- a/usr/src/lib/cfgadm_plugins/Makefile.com +++ b/usr/src/lib/cfgadm_plugins/Makefile.com @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -66,6 +65,7 @@ LINKED_PLATFORMS += SUNW,Netra-T12 LINKED_PLATFORMS += SUNW,Netra-T4 LINKED_PLATFORMS += SUNW,Netra-CP2300 LINKED_PLATFORMS += SUNW,Netra-CP3010 +LINKED_PLATFORMS += TAD,SPARCLE LINKED_DIRS = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%) LINKED_LIB_DIRS = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%/lib) |