Home | History | Annotate | Line # | Download | only in libnet
Makefile revision 1.26
      1 #	$NetBSD: Makefile,v 1.26 2015/08/31 08:02:45 ozaki-r Exp $
      2 #
      3 
      4 
      5 .PATH:	${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
      6 
      7 LIB=	rumpnet_net
      8 IOCONF=	NET.ioconf
      9 # iffy stuff
     10 SRCS=	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
     12 SRCS+=	if_43.c pfil.c
     13 SRCS+=	if_llatbl.c
     14 SRCS+=	net_component.c
     15 
     16 .include <bsd.init.mk>
     17 
     18 .if !empty(RUMP_NBCOMPAT:M50)
     19 SRCS+=	rtsock_50.c uipc_syscalls_50.c
     20 .endif
     21 
     22 .include "${.CURDIR}/../libnetinet/Makefile.inc"
     23 .include "${.CURDIR}/../libnetinet6/Makefile.inc"
     24 .include "${.CURDIR}/../libnetmpls/Makefile.inc"
     25 
     26 .include <bsd.lib.mk>
     27 .include <bsd.klinks.mk>
     28