NetBSD/sys/rump/kern/Makefile.rumpkerncomp
2011-03-05 03:15:25 +00:00

16 lines
281 B
Makefile

# $NetBSD: Makefile.rumpkerncomp,v 1.4 2011/03/05 03:15:25 joerg Exp $
#
.include <bsd.own.mk>
RUMPKERNCOMPS= crypto ksem tty z
.if ${MKZFS} != "no"
RUMPKERNCOMPS+= solaris
.endif
.for var in ${RUMPKERNCOMPS}
RUMPKERNLIBS+=lib${var}
RUMPKERNLDADD+=-lrumpkern_${var}
.endfor