Home | History | Annotate | Line # | Download | only in libnet
Makefile revision 1.2
      1  1.2  pooka #	$NetBSD: Makefile,v 1.2 2008/10/16 19:14:51 pooka Exp $
      2  1.1  pooka #
      3  1.1  pooka 
      4  1.1  pooka .PATH:	${.CURDIR}/../../../../net
      5  1.1  pooka 
      6  1.1  pooka LIB=	rumpnet_net
      7  1.1  pooka 
      8  1.1  pooka # iffy stuff
      9  1.1  pooka SRCS=	if.c if_loop.c route.c radix.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.1  pooka 
     12  1.1  pooka CPPFLAGS+=	-I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
     13  1.1  pooka CFLAGS+=	-fno-strict-aliasing   # void ** cast in route.c is killing me
     14  1.1  pooka 
     15  1.2  pooka .include "${.CURDIR}/../libnetinet/Makefile.inc"
     16  1.2  pooka 
     17  1.1  pooka .include <bsd.lib.mk>
     18  1.1  pooka .include <bsd.klinks.mk>
     19