a733498944
they've reached a certain maturity.
12 lines
255 B
Makefile
12 lines
255 B
Makefile
# $NetBSD: Makefile.rumpdev,v 1.9 2010/02/11 02:22:09 pooka Exp $
|
|
#
|
|
|
|
RUMPDEVLIST= bpf cgd disk dm netsmb raidframe rnd sysmon ucom \
|
|
ugenhc ulpt umass usb wscons
|
|
|
|
|
|
.for var in ${RUMPDEVLIST}
|
|
RUMPDEVLIBS+=lib${var}
|
|
RUMPDEVLDADD+=-lrumpdev_${var}
|
|
.endfor
|