NetBSD/sys/rump/kern/Makefile.rumpkerncomp

10 lines
202 B
Makefile

# $NetBSD: Makefile.rumpkerncomp,v 1.2 2010/12/05 20:11:22 pooka Exp $
#
RUMPKERNCOMPS= crypto ksem tty z
.for var in ${RUMPKERNCOMPS}
RUMPKERNLIBS+=lib${var}
RUMPKERNLDADD+=-lrumpkern_${var}
.endfor