repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
rump
/
dev
/
Makefile.rumpdev
blob
8c87efdc9c772d13082ad098e74226a85f66f325
1
# $NetBSD: Makefile.rumpdev,v 1.5 2009/10/11 11:26:40 pooka Exp $
2
#
3
4
RUMPDEVLIST= cgd disk netsmb raidframe rnd dm
5
6
.for var in ${RUMPDEVLIST}
7
RUMPDEVLIBS+=lib${var}
8
RUMPDEVLDADD+=-lrumpdev_${var}
9
.endfor