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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
rump
/
net
/
lib
/
libvirtif
/
Makefile
blob
967a3f39abec49c8085d10df601e0f06b9442f00
1
# $NetBSD: Makefile,v 1.2 2008/10/16 09:24:51 pooka Exp $
2
#
3
4
LIB
=
rumpnet_virtif
5
6
SRCS
=
if_virt.c
7
SRCS
+=
component.c
8
9
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
..
/
librump
/
rumpkern
10
11
.
include
<
bsd.lib.mk
>
12
.
include
<
bsd.klinks.mk
>