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