2011-03-05 06:15:25 +03:00
|
|
|
# $NetBSD: Makefile.rumpkerncomp,v 1.4 2011/03/05 03:15:25 joerg Exp $
|
2010-12-05 19:27:42 +03:00
|
|
|
#
|
|
|
|
|
2011-03-05 06:15:25 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-12-05 23:11:21 +03:00
|
|
|
RUMPKERNCOMPS= crypto ksem tty z
|
2010-12-05 19:27:42 +03:00
|
|
|
|
2011-03-05 06:15:25 +03:00
|
|
|
.if ${MKZFS} != "no"
|
2011-01-19 01:21:22 +03:00
|
|
|
RUMPKERNCOMPS+= solaris
|
|
|
|
.endif
|
|
|
|
|
2010-12-05 19:27:42 +03:00
|
|
|
.for var in ${RUMPKERNCOMPS}
|
|
|
|
RUMPKERNLIBS+=lib${var}
|
|
|
|
RUMPKERNLDADD+=-lrumpkern_${var}
|
|
|
|
.endfor
|