Makefile revision 7c1d35456b77b833f089b886b99aa431a24e1377
0N/A#
2362N/A# This file and its contents are supplied under the terms of the
0N/A# Common Development and Distribution License ("CDDL"), version 1.0.
0N/A# You may only use this file in accordance with the terms of version
0N/A# 1.0 of the CDDL.
0N/A#
0N/A# A full copy of the text of the CDDL should have accompanied this
0N/A# source. A copy of the CDDL is also available via the Internet at
0N/A# http://www.illumos.org/license/CDDL.
0N/A#
0N/A
0N/A#
0N/A# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
0N/A#
0N/A
0N/A
0N/Ainclude ../Makefile.lib
0N/A
2362N/AHDRS = termcap.h
2362N/AHDRDIR= common
2362N/ASUBDIRS= $(MACH)
0N/A$(BUILD64)SUBDIRS += $(MACH64)
0N/A
0N/Aall := TARGET= all
0N/Aclean := TARGET= clean
0N/Aclobber := TARGET= clobber
0N/Ainstall := TARGET= install
0N/A
0N/A.KEEP_STATE:
0N/A
0N/Aall clean clobber install: $(SUBDIRS)
0N/A
0N/Alint:
0N/A
0N/Ainstall_h: $(ROOTHDRS)
0N/A
0N/Acheck: $(CHECKHDRS)
0N/A
0N/A$(SUBDIRS): FRC
0N/A @cd $@; pwd; $(MAKE) $(TARGET)
0N/A
0N/AFRC:
0N/A
0N/Ainclude ../Makefile.targ
0N/A