diff options
author | stevel <none@none> | 2006-06-29 14:43:12 -0700 |
---|---|---|
committer | stevel <none@none> | 2006-06-29 14:43:12 -0700 |
commit | 3db86aab554edbb4244c8d1a1c90f152eee768af (patch) | |
tree | 705cf08ad6c4913d9bf209e3b319816d99d03779 /usr/src/lib/cfgadm_plugins/sysctrl/sparc | |
parent | e34b029407ed5ec566196ede3f54256d7868dd10 (diff) | |
download | illumos-joyent-3db86aab554edbb4244c8d1a1c90f152eee768af.tar.gz |
6392835 move driver central to usr/src
6392843 move driver socal to usr/src
6393456 move driver pcic to usr/src
6393457 move driver pem to usr/src
6393459 move driver envctrltwo to usr/src
6393461 move driver lombus to usr/src
6393465 move driver rmclomv to usr/src
6393468 move driver wrsmd to usr/src
6438236 cfgadm plugins for ac & sysctrl want to be reunited with their drivers in usr/src
6443714 CardBus driver should be moved from usr/closed to usr/src
Diffstat (limited to 'usr/src/lib/cfgadm_plugins/sysctrl/sparc')
-rw-r--r-- | usr/src/lib/cfgadm_plugins/sysctrl/sparc/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/usr/src/lib/cfgadm_plugins/sysctrl/sparc/Makefile b/usr/src/lib/cfgadm_plugins/sysctrl/sparc/Makefile new file mode 100644 index 0000000000..2be38997cb --- /dev/null +++ b/usr/src/lib/cfgadm_plugins/sysctrl/sparc/Makefile @@ -0,0 +1,34 @@ +# +# 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. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# +# Copyright (c) 1997-1998, by Sun Microsystems, Inc. +# All rights reserved. +# +#ident "%Z%%M% %I% %E% SMI" +# +# lib/sysctrl/sparc/Makefile + +include ../Makefile.com + +.KEEP_STATE: + +install: all $(ROOTLIBS) $(ROOTLINKS) |