Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/lib/libraidframe kill compat code dependencies.



details:   https://anonhg.NetBSD.org/src/rev/6792fd71e685
branches:  trunk
changeset: 448675:6792fd71e685
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 06 23:00:56 2019 +0000

description:
kill compat code dependencies.

diffstat:

 sys/rump/dev/lib/libraidframe/Makefile |  15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

diffs (28 lines):

diff -r 9b055e3330df -r 6792fd71e685 sys/rump/dev/lib/libraidframe/Makefile
--- a/sys/rump/dev/lib/libraidframe/Makefile    Wed Feb 06 23:00:16 2019 +0000
+++ b/sys/rump/dev/lib/libraidframe/Makefile    Wed Feb 06 23:00:56 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2019/02/04 21:57:48 mrg Exp $
+#      $NetBSD: Makefile,v 1.13 2019/02/06 23:00:56 christos Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../dev/raidframe
@@ -27,18 +27,5 @@
 
 .include <bsd.init.mk>
 
-.if !empty(RUMP_NBCOMPAT:M50)
-SRCS+= rf_compat50.c
-.endif
-
-.if !empty(RUMP_NBCOMPAT:M80)
-SRCS+= rf_compat80.c
-.endif
-
-.include "${.CURDIR}/../../../../compat/netbsd32/netbsd32.mk"
-.if ${COMPAT_USE_NETBSD32} != "no"
-CPPFLAGS.rf_netbsdkintf.c+=    -DCOMPAT_NETBSD32
-.endif
-
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index