NetBSD/sys/rump/kern/Makefile.rumpkerncomp

16 lines
281 B
Makefile
Raw Normal View History

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>
RUMPKERNCOMPS= crypto ksem tty z
2010-12-05 19:27:42 +03:00
2011-03-05 06:15:25 +03:00
.if ${MKZFS} != "no"
RUMPKERNCOMPS+= solaris
.endif
2010-12-05 19:27:42 +03:00
.for var in ${RUMPKERNCOMPS}
RUMPKERNLIBS+=lib${var}
RUMPKERNLDADD+=-lrumpkern_${var}
.endfor