put back bsd.init.mk

This commit is contained in:
christos 2015-08-20 11:58:26 +00:00
parent f2fa9ab00d
commit 50213afafb
1 changed files with 3 additions and 1 deletions

View File

@ -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_aselect.c rf_callback.c \
SRCS+= raidframe_component.c
.include <bsd.init.mk>
.if !empty(RUMP_NBCOMPAT:M50)
SRCS+= rf_compat50.c
.endif