xref: /illumos-gate/usr/src/lib/libwrap/Makefile (revision c559157643fef9f9afb0414e00a3579407ba3052)
1#
2# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
6#
7
8include ../Makefile.lib
9
10HDRS =		tcpd.h
11CHECKHDRS =
12HDRDIR =	.
13SUBDIRS =       $(MACH)
14$(BUILD64)SUBDIRS += $(MACH64)
15
16all := 		TARGET = all
17clean :=	TARGET = clean
18clobber :=	TARGET = clobber
19install	:=	TARGET = install
20lint :=		TARGET = lint
21
22.KEEP_STATE:
23
24all clean clobber install lint: $(SUBDIRS)
25
26install_h:	$(ROOTHDRS)
27
28check:		$(CHECKHDRS)
29
30$(SUBDIRS): FRC
31	@cd $@; pwd; $(MAKE) $(TARGET)
32
33FRC:
34
35include ../Makefile.targ
36