Cross Reference: Makefile
xref: /src/sys/rump/net/lib/libnet/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/rump/net/lib/libnet/
Makefile revision 1.25
1#	$NetBSD: Makefile,v 1.25 2015/08/24 23:04:43 pooka Exp $
2#
3
4
5.PATH:	${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
6
7LIB=	rumpnet_net
8IOCONF=	NET.ioconf
9# iffy stuff
10SRCS=	if.c if_loop.c route.c rtsock.c raw_usrreq.c			\
11	raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c
12SRCS+=	if_43.c pfil.c
13SRCS+=	net_component.c
14
15.include <bsd.init.mk>
16
17.if !empty(RUMP_NBCOMPAT:M50)
18SRCS+=	rtsock_50.c uipc_syscalls_50.c
19.endif
20
21.include "${.CURDIR}/../libnetinet/Makefile.inc"
22.include "${.CURDIR}/../libnetinet6/Makefile.inc"
23.include "${.CURDIR}/../libnetmpls/Makefile.inc"
24
25.include <bsd.lib.mk>
26.include <bsd.klinks.mk>
27

Indexes created Wed Dec 17 08:09:36 GMT 2025