diff options
| author | bad <bad@NetBSD.org> | 1999-03-22 22:27:41 +0000 |
|---|---|---|
| committer | bad <bad@NetBSD.org> | 1999-03-22 22:27:41 +0000 |
| commit | 76c3e33738d87f240a174e87bdfd3df5d62cdb48 (patch) | |
| tree | 9d607f34f033203a406e432070db0993ce05cf99 /sys/net | |
| parent | a8e47bd29bead6b4d8c03afee97aa7aec96e8886 (diff) | |
Add if_token.h to INCS.
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/Makefile b/sys/net/Makefile index 5f416836f07..6f7686e7f98 100644 --- a/sys/net/Makefile +++ b/sys/net/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 1998/10/02 19:23:55 hwr Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/22 22:27:41 bad 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_gre.h if_hippi.h if_llc.h if_media.h if_ppp.h \ - if_pppvar.h if_slvar.h if_stripvar.h if_tun.h if_types.h netisr.h \ - pfil.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h slcompress.h \ - slip.h zlib.h + if_pppvar.h if_slvar.h if_stripvar.h if_token.h if_tun.h if_types.h \ + netisr.h pfil.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h \ + slcompress.h slip.h zlib.h .include <bsd.kinc.mk> |
