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) 14*9584cebbSAlexander 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-gatelint := TARGET = lint 217c478bd9Sstevel@tonic-gate 227c478bd9Sstevel@tonic-gate.KEEP_STATE: 237c478bd9Sstevel@tonic-gate 247c478bd9Sstevel@tonic-gateall clean clobber install lint: $(SUBDIRS) 257c478bd9Sstevel@tonic-gate 267c478bd9Sstevel@tonic-gateinstall_h: $(ROOTHDRS) 277c478bd9Sstevel@tonic-gate 287c478bd9Sstevel@tonic-gatecheck: $(CHECKHDRS) 297c478bd9Sstevel@tonic-gate 307c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC 317c478bd9Sstevel@tonic-gate @cd $@; pwd; $(MAKE) $(TARGET) 327c478bd9Sstevel@tonic-gate 337c478bd9Sstevel@tonic-gateFRC: 347c478bd9Sstevel@tonic-gate 357c478bd9Sstevel@tonic-gateinclude ../Makefile.targ 36