Home | History | Annotate | Line # | Download | only in libnet
Makefile revision 1.8
      1  1.8  pooka #	$NetBSD: Makefile,v 1.8 2010/11/07 19:47:18 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.3  pooka SRCS=	if.c if_loop.c route.c rtsock.c raw_usrreq.c raw_cb.c		\
     10  1.1  pooka 	if_media.c link_proto.c net_stats.c if_ethersubr.c
     11  1.8  pooka SRCS+=	if_43.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