Module Name:    src
Committed By:   pgoyette
Date:           Tue Sep 11 08:41:27 UTC 2018

Modified Files:
        src/sys/modules/compat_netbsd32_43 [pgoyette-compat]: Makefile

Log Message:
Use the real version numbers, not just the ones from the template.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/modules/compat_netbsd32_43/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_netbsd32_43/Makefile
diff -u src/sys/modules/compat_netbsd32_43/Makefile:1.1.2.1 src/sys/modules/compat_netbsd32_43/Makefile:1.1.2.2
--- src/sys/modules/compat_netbsd32_43/Makefile:1.1.2.1	Tue Sep 11 07:01:10 2018
+++ src/sys/modules/compat_netbsd32_43/Makefile	Tue Sep 11 08:41:27 2018
@@ -1,14 +1,14 @@
-#	$NetBSD: Makefile,v 1.1.2.1 2018/09/11 07:01:10 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.1.2.2 2018/09/11 08:41:27 pgoyette Exp $
 
 .include "../Makefile.inc"
 
 .PATH:	${S}/compat/netbsd32
 
-KMOD=	compat_netbsd32_80
+KMOD=	compat_netbsd32_43
 
 CPPFLAGS+=	-DCOMPAT_NETBSD32
-CPPFLAGS+=	-DCOMPAT_80
+CPPFLAGS+=	-DCOMPAT_43
 
-SRCS+=	netbsd32_compat_80.c
+SRCS+=	netbsd32_compat_43.c
 
 .include <bsd.kmodule.mk>

Reply via email to