1# 2#ident "%Z%%M% %I% %E% SMI" 3# 4# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 5# Use is subject to license terms. 6# 7# uts/common/inet/ipf/netinet/Makefile 8# 9# include global definitions 10include ../../../../../Makefile.master 11 12HDRS= ipl.h ip_compat.h ip_fil.h ip_icmp.h ip_nat.h ip_proxy.h ip_state.h 13 14ROOTDIRS= $(ROOT)/usr/include/netinet 15 16ROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/netinet/%) 17 18CHECKHDRS= $(HDRS:%.h=%.check) 19 20$(ROOTDIRS)/%: % 21 $(INS.file) 22 23.KEEP_STATE: 24 25.PARALLEL: $(CHECKHDRS) 26 27install_h: $(ROOTDIRS) $(ROOTHDRS) 28 29$(ROOTDIRS): 30 $(INS.dir) 31 32check: $(CHECKHDRS) 33