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 15all := TARGET = all 16clean := TARGET = clean 17clobber := TARGET = clobber 18install := TARGET = install 19lint := TARGET = lint 20 21.KEEP_STATE: 22 23all clean clobber install lint: $(SUBDIRS) 24 25install_h: $(ROOTHDRS) 26 27check: $(CHECKHDRS) 28 29$(SUBDIRS): FRC 30 @cd $@; pwd; $(MAKE) $(TARGET) 31 32FRC: 33 34include ../Makefile.targ 35