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
/
liblocal
/
Makefile
blob
a6d454545f65b6e6fa20e5ad580aef299fbf9846
1
# $NetBSD: Makefile,v 1.3 2009/09/13 22:51:42 pooka Exp $
2
#
3
4
.PATH
: ${
.CURDIR
}/
..
/
..
/
..
/
..
/
kern
5
6
LIB
=
rumpnet_local
7
8
SRCS
=
uipc_proto.c uipc_usrreq.c
9
SRCS
+=
component.c
10
11
CFLAGS
+= -
Wno-pointer-sign
12
13
.
include
<
bsd.lib.mk
>
14
.
include
<
bsd.klinks.mk
>