Makefile revision 45818ee124adeaaf947698996b4f4c722afc6d1f
132N/A#
132N/A# This file and its contents are supplied under the terms of the
132N/A# Common Development and Distribution License ("CDDL"), version 1.0.
132N/A# You may only use this file in accordance with the terms of version
132N/A# 1.0 of the CDDL.
132N/A#
132N/A# A full copy of the text of the CDDL should have accompanied this
132N/A# source. A copy of the CDDL is also available via the Internet at
132N/A# http://www.illumos.org/license/CDDL.
132N/A#
132N/A
132N/A#
132N/A# Copyright (c) 2015 by Delphix. All rights reserved.
132N/A#
132N/A
132N/Ainclude $(SRC)/Makefile.master
132N/Ainclude $(SRC)/test/Makefile.com
132N/A
132N/ASUBDIRS = $(MACH)
132N/A$(BUILD64) SUBDIRS += $(MACH64)
1149N/A
132N/Aall: $(SUBDIRS)
132N/A
215N/Aclean clobber lint: $(SUBDIRS)
132N/A
1215N/Ainstall: $(SUBDIRS)
1215N/A
1215N/A$(SUBDIRS):
1215N/A @cd $@; pwd; $(MAKE) $(TARGET)
1176N/A