xref: /titanic_53/usr/src/lib/libwrap/Makefile (revision ead9bb4b1be81d7bbf8ed86ee41d6c1e58b069a3)
17c478bd9Sstevel@tonic-gate#
2f998c95eSceastha# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
5*ead9bb4bSYuri 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)
147c478bd9Sstevel@tonic-gate
157c478bd9Sstevel@tonic-gateall := 		TARGET = all
167c478bd9Sstevel@tonic-gateclean :=	TARGET = clean
177c478bd9Sstevel@tonic-gateclobber :=	TARGET = clobber
187c478bd9Sstevel@tonic-gateinstall	:=	TARGET = install
197c478bd9Sstevel@tonic-gatelint :=		TARGET = lint
207c478bd9Sstevel@tonic-gate
217c478bd9Sstevel@tonic-gate.KEEP_STATE:
227c478bd9Sstevel@tonic-gate
237c478bd9Sstevel@tonic-gateall clean clobber install lint: $(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