From 55a817ca3c625b11fea4a4225cd2ad1136cb2b00 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Wed, 28 Nov 2018 11:18:23 -0500 Subject: [PATCH] lib: remove empty raidcfg_plugins dir --- usr/src/lib/Makefile | 2 -- usr/src/lib/raidcfg_plugins/Makefile | 45 ------------------------------------ 2 files changed, 47 deletions(-) delete mode 100644 usr/src/lib/raidcfg_plugins/Makefile diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index d74a4506a5..eb8ee21414 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -228,7 +228,6 @@ SUBDIRS += \ pkcs11 \ policykit \ pylibbe \ - raidcfg_plugins \ rpcsec_gss \ sasl_plugins \ scsi \ @@ -579,7 +578,6 @@ passwdutil: libsldap pkcs11: libcryptoutil libgen libuuid policykit: dbusdeps pylibbe: libbe libzfs -raidcfg_plugins: libraidcfg librcm libcfgadm libpicl libpicltree rpcsec_gss: libgss sasl_plugins: pkcs11 libgss libsasl scsi: libfru libumem libdevid libdevinfo diff --git a/usr/src/lib/raidcfg_plugins/Makefile b/usr/src/lib/raidcfg_plugins/Makefile deleted file mode 100644 index bef92be98b..0000000000 --- a/usr/src/lib/raidcfg_plugins/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# 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. -# 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 2007 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# lib/raidcfg_plugins/Makefile -# - -include $(SRC)/Makefile.master - -SUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS) - -all:= TARGET= all -install:= TARGET= install -clean:= TARGET= clean -clobber:= TARGET= clobber -_msg:= TARGET= _msg - -.KEEP_STATE: - -all clean clobber install _msg: $(SUBDIRS) - -$(SUBDIRS): FRC - @cd $@; pwd; $(MAKE) $(TARGET) - -FRC: -- 2.11.4.GIT