Cross Reference: Makefile
xref: /illumos-gate/usr/src/uts/common/inet/ipf/netinet/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Download
  • only in ./
Makefile revision f4b3ec61df05330d25f55a36b975b4d7519fdeb1
250N/A#
250N/A#ident "%Z%%M% %I% %E% SMI"
250N/A#
250N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
250N/A# Use is subject to license terms.
250N/A#
250N/A# uts/common/inet/ipf/netinet/Makefile
250N/A#
250N/A# include global definitions
250N/Ainclude ../../../../../Makefile.master
250N/A
250N/AHDRS= ipl.h ip_compat.h ip_fil.h ip_icmp.h ip_nat.h ip_proxy.h ip_state.h \
250N/A ip_frag.h ip_auth.h ip_lookup.h ip_pool.h ip_htable.h ipf_stack.h
250N/A
250N/AROOTDIRS= $(ROOT)/usr/include/netinet
250N/A
250N/AROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/netinet/%)
250N/A
250N/ACHECKHDRS= $(HDRS:%.h=%.check)
250N/A
844N/A$(ROOTDIRS)/%: %
250N/A $(INS.file)
250N/A
250N/A.KEEP_STATE:
250N/A
250N/A.PARALLEL: $(CHECKHDRS)
250N/A
618N/Ainstall_h: $(ROOTDIRS) $(ROOTHDRS)
250N/A
844N/A$(ROOTDIRS):
844N/A $(INS.dir)
250N/A
1258N/Acheck:
250N/A

Indexes created Tue Jul 24 14:28:13 CEST 2018