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