Home | History | Annotate | Line # | Download | only in libbridge
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2014/03/13 02:08:24 pooka Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../net
      5 
      6 LIB=	rumpnet_bridge
      7 
      8 SRCS=	if_bridge.c bridgestp.c
      9 
     10 SRCS+=	bridge_component.c
     11 
     12 CPPFLAGS+=	-I${.CURDIR}/../libnet/opt
     13 
     14 .include <bsd.lib.mk>
     15 .include <bsd.klinks.mk>
     16