17c478bd9Sstevel@tonic-gate# 27c478bd9Sstevel@tonic-gate# CDDL HEADER START 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 58d483882Smlf# Common Development and Distribution License (the "License"). 68d483882Smlf# You may not use this file except in compliance with the License. 77c478bd9Sstevel@tonic-gate# 87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 117c478bd9Sstevel@tonic-gate# and limitations under the License. 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 187c478bd9Sstevel@tonic-gate# 197c478bd9Sstevel@tonic-gate# CDDL HEADER END 207c478bd9Sstevel@tonic-gate# 2124fe0b3bSjmcp# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 22a7872406Smeem# Use is subject to license terms. 237c478bd9Sstevel@tonic-gate# 247c478bd9Sstevel@tonic-gate# cmd/devfsadm/Makefile 257c478bd9Sstevel@tonic-gate# 267c478bd9Sstevel@tonic-gate 27a7872406SmeemDEFAULTFILES = devfsadm.dfl 28a7872406Smeem 298d483882SmlfETCDEVFILES=reserved_devnames 308d483882Smlf 31a7872406Smeeminclude ../Makefile.cmd 32a7872406Smeem 337c478bd9Sstevel@tonic-gate# 347c478bd9Sstevel@tonic-gate# One for each ISA. 357c478bd9Sstevel@tonic-gate# 367c478bd9Sstevel@tonic-gateSUBDIRS = $(MACH) 377c478bd9Sstevel@tonic-gate 387c478bd9Sstevel@tonic-gateall := TARGET= all 397c478bd9Sstevel@tonic-gateinstall := TARGET= install 407c478bd9Sstevel@tonic-gateclean := TARGET= clean 417c478bd9Sstevel@tonic-gateclobber := TARGET= clobber 427c478bd9Sstevel@tonic-gate_msg := TARGET= _msg 437c478bd9Sstevel@tonic-gatelint := TARGET= lint 447c478bd9Sstevel@tonic-gate 458d483882SmlfROOTETCDEV= $(ROOTETC)/dev 468d483882SmlfROOTETCDEVFILES=$(ETCDEVFILES:%=$(ROOTETCDEV)/%) 478d483882Smlf$(ROOTETCDEV) := DIRMODE= 755 488d483882Smlf$(ROOTETCDEVFILES) := FILEMODE = 0644 498d483882Smlf 50*85b3c6f5SGordon RossUSRINCLUDEFILES=devfsadm.h 51*85b3c6f5SGordon RossROOTUSRINCLUDE= $(ROOT)/usr/include 52*85b3c6f5SGordon RossROOTUSRINCLUDEFILES=$(USRINCLUDEFILES:%=$(ROOTUSRINCLUDE)/%) 53*85b3c6f5SGordon Ross$(ROOTUSRINCLUDEFILES) := FILEMODE = 0644 54*85b3c6f5SGordon Ross 557c478bd9Sstevel@tonic-gate.KEEP_STATE: 567c478bd9Sstevel@tonic-gate 578d483882Smlfall: $(SUBDIRS) $(ETCDEVFILES) 58a7872406Smeem 598d483882Smlfclean lint _msg: $(SUBDIRS) 608d483882Smlf 618d483882Smlfclobber: $(SUBDIRS) 628d483882Smlf $(RM) $(ROOTETCDEVFILES) 638d483882Smlf 64*85b3c6f5SGordon Rossinstall: $(SUBDIRS) $(ROOTETCDEFAULTFILES) $(ROOTETCDEVFILES) \ 65*85b3c6f5SGordon Ross $(ROOTUSRINCLUDEFILES) 668d483882Smlf 678d483882Smlf$(ROOTETCDEV): 688d483882Smlf $(INS.dir) 698d483882Smlf 708d483882Smlf$(ROOTETCDEV)/% : % $(ROOTETCDEV) 718d483882Smlf $(INS.file) 727c478bd9Sstevel@tonic-gate 73*85b3c6f5SGordon Ross$(ROOTUSRINCLUDE)/% : % 74*85b3c6f5SGordon Ross $(INS.file) 75*85b3c6f5SGordon Ross 767c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC 777c478bd9Sstevel@tonic-gate @cd $@; pwd; $(MAKE) $(TARGET) 787c478bd9Sstevel@tonic-gate 797c478bd9Sstevel@tonic-gateFRC: 80