Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/if_gif add required files to if_gif module. (uni...



details:   https://anonhg.NetBSD.org/src/rev/0eb9dc095dc8
branches:  trunk
changeset: 347216:0eb9dc095dc8
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Thu Aug 18 11:41:58 2016 +0000

description:
add required files to if_gif module. (unify to rump)

diffstat:

 sys/modules/if_gif/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 0400c8c6bb81 -r 0eb9dc095dc8 sys/modules/if_gif/Makefile
--- a/sys/modules/if_gif/Makefile       Thu Aug 18 11:38:58 2016 +0000
+++ b/sys/modules/if_gif/Makefile       Thu Aug 18 11:41:58 2016 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2016/08/07 14:27:38 christos Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/18 11:41:58 knakahara Exp $
 
 .include "../Makefile.inc"
 
-.PATH:  ${S}/net
+.PATH:  ${S}/net ${S}/netinet ${S}/netinet6
 
 KMOD=          if_gif
 IOCONF=                gif.ioconf
-SRCS=          if_gif.c
+SRCS=          if_gif.c in_gif.c in6_gif.c ip_ecn.c
 
 CPPFLAGS+=     -DINET
 CPPFLAGS+=     -DINET6



Home | Main Index | Thread Index | Old Index