Home | History | Annotate | Line # | Download | only in libnet
Makefile revision 1.17
      1  1.17  pooka #	$NetBSD: Makefile,v 1.17 2013/06/01 10:54:24 pooka Exp $
      2   1.1  pooka #
      3   1.1  pooka 
      4   1.8  pooka .PATH:	${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
      5   1.1  pooka 
      6   1.1  pooka LIB=	rumpnet_net
      7   1.1  pooka 
      8   1.1  pooka # iffy stuff
      9  1.16  pooka SRCS=	if.c if_loop.c route.c rtsock.c rtsock_50.c raw_usrreq.c	\
     10  1.17  pooka 	raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c
     11  1.14  rmind SRCS+=	if_43.c pfil.c uipc_syscalls_50.c
     12   1.5  pooka SRCS+=	component.c
     13   1.1  pooka 
     14   1.1  pooka CPPFLAGS+=	-I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
     15   1.8  pooka CPPFLAGS+=	-DCOMPAT_OIFREQ -DCOMPAT_OIFDATA
     16   1.1  pooka 
     17   1.2  pooka .include "${.CURDIR}/../libnetinet/Makefile.inc"
     18   1.2  pooka 
     19   1.1  pooka .include <bsd.lib.mk>
     20   1.1  pooka .include <bsd.klinks.mk>
     21