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
/
libsockin
/
Makefile
blob
93edcf0a0943a18e5f0b82b4a77bd86ff56eb29e
1
# $NetBSD: Makefile,v 1.4 2009/09/13 22:51:42 pooka Exp $
2
#
3
4
LIB
=
rumpnet_sockin
5
6
SRCS
=
sockin.c
7
SRCS
+=
component.c
8
9
CPPFLAGS
+= -
I
${
RUMPTOP
}/
librump
/
rumpkern
10
11
.
include
<
bsd.lib.mk
>
12
.
include
<
bsd.klinks.mk
>