8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / lib / libtermcap / Makefile
blobdc822135d050ac35ba1f7e9c4612b3fbe2262489
2 # 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.
7 # 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.
13 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
17 include ../Makefile.lib
19 HDRS = termcap.h
20 HDRDIR= common
21 SUBDIRS= $(MACH)
22 $(BUILD64)SUBDIRS += $(MACH64)
24 all := TARGET= all
25 clean := TARGET= clean
26 clobber := TARGET= clobber
27 install := TARGET= install
29 .KEEP_STATE:
31 all clean clobber install: $(SUBDIRS)
33 lint:
35 install_h: $(ROOTHDRS)
37 check: $(CHECKHDRS)
39 $(SUBDIRS): FRC
40 @cd $@; pwd; $(MAKE) $(TARGET)
42 FRC:
44 include ../Makefile.targ