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 put back bsd.init.mk
details: https://anonhg.NetBSD.org/src/rev/d1ecd5d5bee2
branches: trunk
changeset: 340026:d1ecd5d5bee2
user: christos <christos%NetBSD.org@localhost>
date: Thu Aug 20 11:58:26 2015 +0000
description:
put back bsd.init.mk
diffstat:
sys/rump/dev/lib/libraidframe/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 00e3670b5d99 -r d1ecd5d5bee2 sys/rump/dev/lib/libraidframe/Makefile
--- a/sys/rump/dev/lib/libraidframe/Makefile Thu Aug 20 11:51:12 2015 +0000
+++ b/sys/rump/dev/lib/libraidframe/Makefile Thu Aug 20 11:58:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/08/20 11:51:12 christos Exp $
+# $NetBSD: Makefile,v 1.8 2015/08/20 11:58:26 christos Exp $
#
.PATH: ${.CURDIR}/../../../../dev/raidframe
@@ -23,6 +23,8 @@
SRCS+= raidframe_component.c
+.include <bsd.init.mk>
+
.if !empty(RUMP_NBCOMPAT:M50)
SRCS+= rf_compat50.c
.endif
Home |
Main Index |
Thread Index |
Old Index