xref: /illumos-gate/usr/src/lib/libwrap/Makefile (revision f998c95e3b7029fe5f7542e115f7474ddb8024d7)
17c478bd9Sstevel@tonic-gate#
2*f998c95eSceastha# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
57c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
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
25*f998c95eSceasthaall install: THIRDPARTYLICENSE
26*f998c95eSceastha
277c478bd9Sstevel@tonic-gateinstall_h:	$(ROOTHDRS)
287c478bd9Sstevel@tonic-gate
297c478bd9Sstevel@tonic-gatecheck:		$(CHECKHDRS)
307c478bd9Sstevel@tonic-gate
317c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC
327c478bd9Sstevel@tonic-gate	@cd $@; pwd; $(MAKE) $(TARGET)
337c478bd9Sstevel@tonic-gate
347c478bd9Sstevel@tonic-gateFRC:
357c478bd9Sstevel@tonic-gate
36*f998c95eSceasthaTHIRDPARTYLICENSE: DISCLAIMER
37*f998c95eSceastha	$(GREP) -v '\*\*\*\*' DISCLAIMER > $@
387c478bd9Sstevel@tonic-gate
39*f998c95eSceasthaCLOBBERFILES += THIRDPARTYLICENSE
407c478bd9Sstevel@tonic-gate
417c478bd9Sstevel@tonic-gateinclude ../Makefile.targ
42