Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Add if_token.h to INCS.



details:   https://anonhg.NetBSD.org/src/rev/096455b8b105
branches:  trunk
changeset: 467302:096455b8b105
user:      bad <bad%NetBSD.org@localhost>
date:      Mon Mar 22 22:27:41 1999 +0000

description:
Add if_token.h to INCS.

diffstat:

 sys/net/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 4873590fceae -r 096455b8b105 sys/net/Makefile
--- a/sys/net/Makefile  Mon Mar 22 22:26:27 1999 +0000
+++ b/sys/net/Makefile  Mon Mar 22 22:27:41 1999 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index