c9602161d3
with rumpfs_puffs for prehistoric reasons which are no longer valid (namely, only fs components existed back then and there was no /dev support in rump fs namespace).
11 lines
280 B
Makefile
11 lines
280 B
Makefile
# $NetBSD: Makefile.rumpdev,v 1.14 2010/06/30 16:14:18 pooka Exp $
|
|
#
|
|
|
|
RUMPDEVLIST= audio bpf cgd disk dm fss netsmb pad putter raidframe \
|
|
rnd sysmon ubt ucom ugenhc ulpt umass usb wscons
|
|
|
|
.for var in ${RUMPDEVLIST}
|
|
RUMPDEVLIBS+=lib${var}
|
|
RUMPDEVLDADD+=-lrumpdev_${var}
|
|
.endfor
|