15 lines
500 B
Makefile
15 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.7 2000/04/19 06:39:16 itojun Exp $
|
|
|
|
KDIR= /sys/net
|
|
INCSDIR= /usr/include/net
|
|
|
|
INCS= bpf.h bpfdesc.h ethertypes.h if.h if_arc.h if_arp.h \
|
|
if_atm.h if_dl.h if_ether.h if_fddi.h if_gif.h \
|
|
if_gre.h if_hippi.h if_ieee80211.h if_llc.h if_media.h \
|
|
if_ppp.h if_pppvar.h if_slvar.h if_sppp.h if_stf.h \
|
|
if_stripvar.h if_token.h if_tun.h if_types.h netisr.h \
|
|
pfil.h pfkeyv2.h ppp-comp.h ppp_defs.h radix.h \
|
|
raw_cb.h route.h slcompress.h slip.h zlib.h
|
|
|
|
.include <bsd.kinc.mk>
|