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