74d3c214ec
NOTE: this branch (kame) is used just for refernce. this may not compile due to multiple reasons.
14 lines
464 B
Makefile
14 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.1.12.1 1999/06/28 06:36:58 itojun Exp $
|
|
|
|
KDIR= /sys/netinet
|
|
INCSDIR= /usr/include/netinet
|
|
|
|
INCS= icmp_var.h if_atm.h if_ether.h if_inarp.h igmp.h igmp_var.h in.h \
|
|
in_pcb.h in_systm.h in_var.h ip.h ip_auth.h ip_compat.h ip_fil.h \
|
|
ip_frag.h ip_icmp.h ip_mroute.h ip_nat.h ip_proxy.h ip_state.h \
|
|
ip_var.h tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h \
|
|
tcpip.h udp.h udp_var.h
|
|
INCS+= icmp6.h ip6.h
|
|
|
|
.include <bsd.kinc.mk>
|