Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/modules/compat_netbsd32_43 Use the real versio...
details: https://anonhg.NetBSD.org/src/rev/6cf0c44c64d0
branches: pgoyette-compat
changeset: 830661:6cf0c44c64d0
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Sep 11 08:41:27 2018 +0000
description:
Use the real version numbers, not just the ones from the template.
diffstat:
sys/modules/compat_netbsd32_43/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 2706feae1e8f -r 6cf0c44c64d0 sys/modules/compat_netbsd32_43/Makefile
--- a/sys/modules/compat_netbsd32_43/Makefile Tue Sep 11 08:36:29 2018 +0000
+++ b/sys/modules/compat_netbsd32_43/Makefile Tue Sep 11 08:41:27 2018 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index