Home | History | Annotate | Line # | Download | only in libnet
Makefile revision 1.21
      1  1.21   pooka #	$NetBSD: Makefile,v 1.21 2015/04/22 17:57:49 pooka Exp $
      2   1.1   pooka #
      3   1.1   pooka 
      4  1.21   pooka .include <bsd.init.mk>
      5  1.21   pooka 
      6   1.8   pooka .PATH:	${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
      7   1.1   pooka 
      8   1.1   pooka LIB=	rumpnet_net
      9   1.1   pooka 
     10   1.1   pooka # iffy stuff
     11  1.21   pooka SRCS=	if.c if_loop.c route.c rtsock.c raw_usrreq.c			\
     12  1.17   pooka 	raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c
     13  1.21   pooka SRCS+=	if_43.c pfil.c
     14  1.20   pooka SRCS+=	net_component.c
     15   1.1   pooka 
     16  1.21   pooka .if !empty(RUMP_COMPAT:M50)
     17  1.21   pooka SRCS+=	rtsock_50.c uipc_syscalls_50.c
     18  1.21   pooka .endif
     19  1.21   pooka 
     20   1.1   pooka CPPFLAGS+=	-I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
     21   1.8   pooka CPPFLAGS+=	-DCOMPAT_OIFREQ -DCOMPAT_OIFDATA
     22   1.1   pooka 
     23   1.2   pooka .include "${.CURDIR}/../libnetinet/Makefile.inc"
     24  1.19   pooka .include "${.CURDIR}/../libnetinet6/Makefile.inc"
     25  1.18  kefren .include "${.CURDIR}/../libnetmpls/Makefile.inc"
     26   1.2   pooka 
     27   1.1   pooka .include <bsd.lib.mk>
     28   1.1   pooka .include <bsd.klinks.mk>
     29