blob: b779ed29694b9be893eb985ef0c7adbb08056e09 [file] [log] [blame]
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -07001#
Andy Stormontc9f77c52014-01-29 20:53:24 +00002# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -07006#
Andy Stormontc9f77c52014-01-29 20:53:24 +00007# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -070010#
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -070011#
Andy Stormontc9f77c52014-01-29 20:53:24 +000012# Copyright (c) 2014 Racktop Systems.
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -070013#
kupfer4e5b7572007-05-03 16:04:05 -070014
Andy Stormontc9f77c52014-01-29 20:53:24 +000015include $(SRC)/cmd/Makefile.cmd
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -070016
Andy Stormontc9f77c52014-01-29 20:53:24 +000017SUBDIRS = \
18 contrib/Sun/Solaris/BSM \
19 contrib/Sun/Solaris/Intrs \
20 contrib/Sun/Solaris/Kstat \
21 contrib/Sun/Solaris/Lgrp \
22 contrib/Sun/Solaris/Pg \
23 contrib/Sun/Solaris/Project \
24 contrib/Sun/Solaris/Task \
25 contrib/Sun/Solaris/Utils
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -070026
Andy Stormontc9f77c52014-01-29 20:53:24 +000027all := TARGET = all
28install := TARGET = install
29clean := TARGET = clean
30clobber := TARGET = clobber
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -070031
Andy Stormontc9f77c52014-01-29 20:53:24 +000032all install clean clobber: $(SUBDIRS)
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -070033
Andy Stormontc9f77c52014-01-29 20:53:24 +000034$(SUBDIRS): FRC
35 @cd $@; pwd; $(MAKE) $(TARGET)
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -070036
stevel@tonic-gate7c478bd2005-06-14 00:00:00 -070037FRC: