Home | History | Annotate | Line # | Download | only in libnet
Makefile revision 1.30.12.1
      1  1.30.12.1  pgoyette #	$NetBSD: Makefile,v 1.30.12.1 2018/12/26 14:02:07 pgoyette Exp $
      2        1.1     pooka #
      3        1.1     pooka 
      4       1.21     pooka 
      5        1.8     pooka .PATH:	${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
      6        1.1     pooka 
      7        1.1     pooka LIB=	rumpnet_net
      8       1.27     pooka COMMENT=Network interface and routing support
      9       1.27     pooka 
     10       1.24  christos IOCONF=	NET.ioconf
     11        1.1     pooka # iffy stuff
     12       1.21     pooka SRCS=	if.c if_loop.c route.c rtsock.c raw_usrreq.c			\
     13       1.28     ozaki 	raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c	\
     14       1.28     ozaki 	if_spppsubr.c
     15       1.30     ozaki SRCS+=	if_43.c
     16       1.26     ozaki SRCS+=	if_llatbl.c
     17       1.20     pooka SRCS+=	net_component.c
     18  1.30.12.1  pgoyette SRCS+=	ether_sw_offload.c
     19        1.1     pooka 
     20       1.24  christos .include <bsd.init.mk>
     21       1.24  christos 
     22       1.23     pooka .if !empty(RUMP_NBCOMPAT:M50)
     23       1.21     pooka SRCS+=	rtsock_50.c uipc_syscalls_50.c
     24       1.21     pooka .endif
     25       1.21     pooka 
     26       1.29       roy .if !empty(RUMP_NBCOMPAT:M70)
     27       1.29       roy SRCS+=	rtsock_70.c uipc_usrreq_70.c
     28       1.29       roy .endif
     29       1.29       roy 
     30        1.2     pooka .include "${.CURDIR}/../libnetinet/Makefile.inc"
     31       1.19     pooka .include "${.CURDIR}/../libnetinet6/Makefile.inc"
     32       1.18    kefren .include "${.CURDIR}/../libnetmpls/Makefile.inc"
     33        1.2     pooka 
     34        1.1     pooka .include <bsd.lib.mk>
     35        1.1     pooka .include <bsd.klinks.mk>
     36