Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / rump / librump / rumpnet / Makefile.rumpnet
blob9fa23f84965f1b1a22237437ec667c0794d50353
1 #       $NetBSD: Makefile.rumpnet,v 1.8 2009/10/14 17:29:20 pooka Exp $
4 .include "${RUMPTOP}/Makefile.rump"
6 LIB=            rumpnet
8 .PATH:  ${RUMPTOP}/librump/rumpnet                              \
9         ${RUMPTOP}/../kern                                      \
10         ${RUMPTOP}/../net                                       \
11         ${RUMPTOP}/../compat/common
13 SRCS=   net_stub.c netisr.c rump_net.c
15 SRCS+=  rumpnet_if_wrappers.c
17 # sys/kern networking (sockets, mbufs, etc.)
18 SRCS+=  sys_socket.c uipc_accf.c uipc_domain.c uipc_mbuf.c uipc_mbuf2.c \
19         uipc_socket.c uipc_socket2.c uipc_syscalls.c
21 # radix trie support
22 SRCS+=  radix.c
24 # compat
25 SRCS+=  rtsock_50.c
27 # automatically in sync src/lib
28 SHLIB_MAJOR=    0
29 SHLIB_MINOR=    0
31 CPPFLAGS+=      -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpnet/opt
33 .include <bsd.lib.mk>
34 .include <bsd.klinks.mk>