Makefile.rumpnet revision 1.3
11.1Schristos# $NetBSD: Makefile.rumpnet,v 1.3 2008/11/25 18:38:08 pooka Exp $ 21.1Schristos# 31.1Schristos 41.1Schristos.include "${RUMPTOP}/Makefile.rump" 51.1Schristos 61.1SchristosLIB= rumpnet 71.1.1.11Schristos 81.1.1.11Schristos.PATH: ${RUMPTOP}/librump/rumpnet \ 91.1.1.11Schristos ${RUMPTOP}/../kern ${RUMPTOP}/../lib/libkern \ 101.1.1.11Schristos ${RUMPTOP}/../net 111.1.1.12Schristos 121.1SchristosSRCS= net_stub.c netisr.c rump_net.c 131.1Schristos 141.1.1.11Schristos# sys/kern networking (sockets, mbufs, etc.) 151.1.1.11SchristosSRCS+= sys_socket.c uipc_accf.c uipc_domain.c uipc_mbuf.c uipc_mbuf2.c \ 161.1.1.11Schristos uipc_socket.c uipc_socket2.c uipc_syscalls.c 171.1.1.11Schristos 181.1.1.11Schristos# radix trie support 191.1.1.11SchristosSRCS+= radix.c 201.1.1.11Schristos 211.1.1.11Schristos# src/lib/libkern 221.1.1.11SchristosSRCS+= intoa.c 231.1.1.11Schristos 241.1.1.11Schristos# automatically in sync src/lib 251.1.1.11SchristosSHLIB_MAJOR= 0 261.1.1.11SchristosSHLIB_MINOR= 0 271.1.1.11Schristos 281.1.1.11SchristosCPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpnet/opt 291.1.1.11SchristosCPPFLAGS+= -DMAXUSERS=32 301.1.1.11Schristos 311.1.1.11Schristos.include <bsd.lib.mk> 321.1.1.11Schristos.include <bsd.klinks.mk> 331.1.1.11Schristos