Home | History | Annotate | Line # | Download | only in libnetmpls
Makefile revision 1.1.4.2
      1 # $NetBSD: Makefile,v 1.1.4.2 2013/08/28 23:59:37 rmind Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../net ${.CURDIR}/../../../../netmpls
      5 
      6 LIB=	rumpnet_netmpls
      7 
      8 SRCS=	mpls_ttl.c if_mpls.c
      9 SRCS+=	component.c
     10 
     11 CPPFLAGS+=	-I${.CURDIR}/../libnet/opt
     12 
     13 .include <bsd.lib.mk>
     14 .include <bsd.klinks.mk>
     15