1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23#ident "%Z%%M% %I% %E% SMI" 24# 25# Copyright (c) 1999-2000 by Sun Microsystems, Inc. 26# All rights reserved. 27# 28# cmd/picl/plugins/sun4u/littleneck/conf/Makefile 29# 30 31OBJECTS= 32 33# include library definitions 34include $(SRC)/lib/Makefile.lib 35include $(SRC)/Makefile.psm 36 37include $(SRC)/cmd/picl/plugins/Makefile.com 38 39UTSBASE= $(SRC)/uts 40 41PLATFORM=SUNW,Sun-Fire-280R 42install := FILEMODE = 0444 43 44CONF= platsvcd.conf psvcobj.conf 45ROOTCONF= $(CONF:%=$(USR_PSM_LIB_DIR)/%) 46 47SRCS= 48 49LIBS = $(DYNLIB) 50 51CLEANFILES= $(LINTOUT) $(LINTLIB) 52 53ZDEFS = 54 55LINTFLAGS += 56 57.KEEP_STATE: 58 59SUBDIRS= 60 61all := TARGET= all 62install := TARGET= install 63clean := TARGET= clean 64clobber := TARGET= clobber 65lint := TARGET= lint 66 67all: 68 69install: $(ROOTCONF) 70 71$(USR_PSM_LIB_DIR): 72 @cd $(UTSBASE)/sun4u/littleneck; pwd; $(MAKE) $(USR_PSM_LIB_DIR) 73 74# include library targets 75include $(SRC)/cmd/picl/plugins/Makefile.targ 76include $(SRC)/lib/Makefile.targ 77 78$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR) 79 $(INS.file) 80 81lint : 82 83$(SUBDIRS): FRC 84 @cd $@; pwd; $(MAKE) $(TARGET) 85 86FRC: 87