Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Install net/ieee1394.h the same way we install all t...
details: https://anonhg.NetBSD.org/src/rev/1635f2f530d3
branches: trunk
changeset: 515809:1635f2f530d3
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Fri Oct 05 12:37:39 2001 +0000
description:
Install net/ieee1394.h the same way we install all the other
link-layer-specific headers.
diffstat:
sys/net/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 13a87e509055 -r 1635f2f530d3 sys/net/Makefile
--- a/sys/net/Makefile Fri Oct 05 07:38:22 2001 +0000
+++ b/sys/net/Makefile Fri Oct 05 12:37:39 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2001/08/17 23:16:14 augustss Exp $
+# $NetBSD: Makefile,v 1.12 2001/10/05 12:37:39 bjh21 Exp $
KDIR= /sys/net
INCSDIR= /usr/include/net
INCS= bpf.h bpfdesc.h dlt.h ethertypes.h if.h if_arc.h if_arp.h \
if_atm.h if_bridgevar.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_gre.h if_hippi.h if_ieee1394.h if_ieee80211.h if_llc.h if_media.h \
if_ppp.h if_pppvar.h if_pppoe.h if_slvar.h if_sppp.h if_stf.h \
if_stripvar.h if_token.h if_tun.h if_types.h if_vlanvar.h \
netisr.h pfil.h pfkeyv2.h ppp-comp.h ppp_defs.h radix.h \
Home |
Main Index |
Thread Index |
Old Index