Cross Reference: Makefile
xref: /src/sys/net/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/net/
Makefile revision 1.47
1#	$NetBSD: Makefile,v 1.47 2025/10/12 23:41:09 thorpej Exp $
2
3INCSDIR= /usr/include/net
4
5INCS=	bpf.h bpfjit.h bpfdesc.h dlt.h ethertypes.h if.h if_arc.h if_arp.h \
6	if_bridgevar.h if_dl.h if_ether.h if_gif.h \
7	if_gre.h if_ieee1394.h if_ipsec.h if_llc.h if_media.h if_mpls.h \
8	if_pflog.h if_ppp.h if_pppoe.h if_l2tp.h if_sppp.h if_srt.h if_stats.h \
9	if_stf.h if_tap.h if_tun.h if_types.h if_vlanvar.h if_wg.h \
10	nd.h net_stats.h \
11	pfil.h pfkeyv2.h pfvar.h ppp-comp.h ppp_defs.h radix.h \
12	raw_cb.h route.h slcompress.h slip.h zlib.h
13
14SUBDIR=	agr npf lagg
15
16ether_calls.h: ${.CURDIR}/ether_calls
17	echo "${TOOL_AWK} -f ${.CURDIR}/../kern/gendevcalls.awk \
18	    ${.CURDIR}/ether_calls > ${.CURDIR}/ether_calls.h"
19	${TOOL_AWK} -f ${.CURDIR}/../kern/gendevcalls.awk \
20	    ${.CURDIR}/ether_calls > ${.CURDIR}/ether_calls.h
21
22.include <bsd.kinc.mk>
23
24.PATH: ${NETBSDSRCDIR}/sys/dist/pf/net
25

Indexes created Mon Nov 10 17:20:41 GMT 2025