Module Name:    src
Committed By:   pgoyette
Date:           Sat Jun 22 17:37:45 UTC 2019

Modified Files:
        src/sys/modules/compat_80: Makefile

Log Message:
Add the if_media_80 source file to the module.  The module's initialization
code was already updated.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/compat_80/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/compat_80/Makefile
diff -u src/sys/modules/compat_80/Makefile:1.2 src/sys/modules/compat_80/Makefile:1.3
--- src/sys/modules/compat_80/Makefile:1.2	Sun Jan 27 02:08:45 2019
+++ src/sys/modules/compat_80/Makefile	Sat Jun 22 17:37:45 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2019/01/27 02:08:45 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.3 2019/06/22 17:37:45 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -10,5 +10,6 @@ CPPFLAGS+=	-DCOMPAT_80
 
 SRCS+=	compat_80_mod.c
 SRCS+=	kern_mod_80.c
+SRCS+=	if_media_80.c
 
 .include <bsd.kmodule.mk>

Reply via email to