Cross Reference: Makefile
xref: /src/sys/rump/net/lib/libnet/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/rump/net/lib/libnet/
Makefile revision 1.2
11.2Spooka#	$NetBSD: Makefile,v 1.2 2008/10/16 19:14:51 pooka Exp $
21.1Spooka#
31.1Spooka
41.1Spooka.PATH:	${.CURDIR}/../../../../net
51.1Spooka
61.1SpookaLIB=	rumpnet_net
71.1Spooka
81.1Spooka# iffy stuff
91.1SpookaSRCS=	if.c if_loop.c route.c radix.c rtsock.c raw_usrreq.c raw_cb.c	\
101.1Spooka	if_media.c link_proto.c net_stats.c if_ethersubr.c
111.1Spooka
121.1SpookaCPPFLAGS+=	-I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
131.1SpookaCFLAGS+=	-fno-strict-aliasing   # void ** cast in route.c is killing me
141.1Spooka
151.2Spooka.include "${.CURDIR}/../libnetinet/Makefile.inc"
161.2Spooka
171.1Spooka.include <bsd.lib.mk>
181.1Spooka.include <bsd.klinks.mk>
19

Indexes created Mon Jan 12 22:09:36 GMT 2026