xref: /illumos-gate/usr/src/lib/libwrap/Makefile (revision 241c90a06e8d1708235651863df515a2d522a03a)
17c478bd9Sstevel@tonic-gate#
2f998c95eSceastha# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
5ead9bb4bSYuri Pankov# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
67c478bd9Sstevel@tonic-gate#
77c478bd9Sstevel@tonic-gate
87c478bd9Sstevel@tonic-gateinclude ../Makefile.lib
97c478bd9Sstevel@tonic-gate
107c478bd9Sstevel@tonic-gateHDRS =		tcpd.h
117c478bd9Sstevel@tonic-gateCHECKHDRS =
127c478bd9Sstevel@tonic-gateHDRDIR =	.
137c478bd9Sstevel@tonic-gateSUBDIRS =       $(MACH)
149584cebbSAlexander Pyhalov$(BUILD64)SUBDIRS += $(MACH64)
157c478bd9Sstevel@tonic-gate
167c478bd9Sstevel@tonic-gateall :=		TARGET = all
177c478bd9Sstevel@tonic-gateclean :=	TARGET = clean
187c478bd9Sstevel@tonic-gateclobber :=	TARGET = clobber
197c478bd9Sstevel@tonic-gateinstall	:=	TARGET = install
207c478bd9Sstevel@tonic-gate
217c478bd9Sstevel@tonic-gate.KEEP_STATE:
227c478bd9Sstevel@tonic-gate
23*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS)
247c478bd9Sstevel@tonic-gate
257c478bd9Sstevel@tonic-gateinstall_h:	$(ROOTHDRS)
267c478bd9Sstevel@tonic-gate
277c478bd9Sstevel@tonic-gatecheck:		$(CHECKHDRS)
287c478bd9Sstevel@tonic-gate
297c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC
307c478bd9Sstevel@tonic-gate	@cd $@; pwd; $(MAKE) $(TARGET)
317c478bd9Sstevel@tonic-gate
327c478bd9Sstevel@tonic-gateFRC:
337c478bd9Sstevel@tonic-gate
347c478bd9Sstevel@tonic-gateinclude ../Makefile.targ
35