17c478bd9Sstevel@tonic-gate# 2*fbe82215SAndy Stormont# This file and its contents are supplied under the terms of the 3*fbe82215SAndy Stormont# Common Development and Distribution License ("CDDL"), version 1.0. 4*fbe82215SAndy Stormont# You may only use this file in accordance with the terms of version 5*fbe82215SAndy Stormont# 1.0 of the CDDL. 67c478bd9Sstevel@tonic-gate# 7*fbe82215SAndy Stormont# A full copy of the text of the CDDL should have accompanied this 8*fbe82215SAndy Stormont# source. A copy of the CDDL is also available via the Internet at 9*fbe82215SAndy Stormont# http://www.illumos.org/license/CDDL. 107c478bd9Sstevel@tonic-gate# 117c478bd9Sstevel@tonic-gate# 12*fbe82215SAndy Stormont# Copyright (c) 2014 Racktop Systems. 137c478bd9Sstevel@tonic-gate# 144e5b757fSkupfer 15*fbe82215SAndy Stormontinclude $(SRC)/cmd/Makefile.cmd 167c478bd9Sstevel@tonic-gate 17*fbe82215SAndy StormontSUBDIRS = \ 18*fbe82215SAndy Stormont contrib/Sun/Solaris/BSM \ 19*fbe82215SAndy Stormont contrib/Sun/Solaris/Intrs \ 20*fbe82215SAndy Stormont contrib/Sun/Solaris/Kstat \ 21*fbe82215SAndy Stormont contrib/Sun/Solaris/Lgrp \ 22*fbe82215SAndy Stormont contrib/Sun/Solaris/Pg \ 23*fbe82215SAndy Stormont contrib/Sun/Solaris/Project \ 24*fbe82215SAndy Stormont contrib/Sun/Solaris/Task \ 25*fbe82215SAndy Stormont contrib/Sun/Solaris/Utils 267c478bd9Sstevel@tonic-gate 277c478bd9Sstevel@tonic-gateall := TARGET = all 287c478bd9Sstevel@tonic-gateinstall := TARGET = install 297c478bd9Sstevel@tonic-gateclean := TARGET = clean 30*fbe82215SAndy Stormontclobber := TARGET = clobber 317c478bd9Sstevel@tonic-gate 32*fbe82215SAndy Stormontall install clean clobber: $(SUBDIRS) 337c478bd9Sstevel@tonic-gate 34*fbe82215SAndy Stormont$(SUBDIRS): FRC 35*fbe82215SAndy Stormont @cd $@; pwd; $(MAKE) $(TARGET) 367c478bd9Sstevel@tonic-gate 377c478bd9Sstevel@tonic-gateFRC: 38