Module Name:    src
Committed By:   christos
Date:           Thu Aug 20 11:58:26 UTC 2015

Modified Files:
        src/sys/rump/dev/lib/libraidframe: Makefile

Log Message:
put back bsd.init.mk


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/dev/lib/libraidframe/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/rump/dev/lib/libraidframe/Makefile
diff -u src/sys/rump/dev/lib/libraidframe/Makefile:1.7 src/sys/rump/dev/lib/libraidframe/Makefile:1.8
--- src/sys/rump/dev/lib/libraidframe/Makefile:1.7	Thu Aug 20 07:51:12 2015
+++ src/sys/rump/dev/lib/libraidframe/Makefile	Thu Aug 20 07:58:26 2015
@@ -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=   rf_acctrace.c rf_alloclist.c rf_
 
 SRCS+=	raidframe_component.c
 
+.include <bsd.init.mk>
+
 .if !empty(RUMP_NBCOMPAT:M50)
 SRCS+=	rf_compat50.c
 .endif

Reply via email to