8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / lib / libwrap / Makefile
blob517b9ae163a6ee3c26451427341c83efa3103902
2 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
5 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
8 include ../Makefile.lib
10 HDRS = tcpd.h
11 CHECKHDRS =
12 HDRDIR = .
13 SUBDIRS = $(MACH)
14 $(BUILD64)SUBDIRS += $(MACH64)
16 all := TARGET = all
17 clean := TARGET = clean
18 clobber := TARGET = clobber
19 install := TARGET = install
20 lint := TARGET = lint
22 .KEEP_STATE:
24 all clean clobber install lint: $(SUBDIRS)
26 install_h: $(ROOTHDRS)
28 check: $(CHECKHDRS)
30 $(SUBDIRS): FRC
31 @cd $@; pwd; $(MAKE) $(TARGET)
33 FRC:
35 include ../Makefile.targ