Home | History | Annotate | Line # | Download | only in libnetmpls
Makefile revision 1.3
      1 # $NetBSD: Makefile,v 1.3 2015/08/20 12:20:09 christos Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../net ${.CURDIR}/../../../../netmpls
      5 
      6 LIB=	rumpnet_netmpls
      7 IOCONF=	NETMPLS.ioconf
      8 SRCS=	mpls_ttl.c if_mpls.c
      9 SRCS+=	netmpls_component.c
     10 
     11 CPPFLAGS+=	-I${.CURDIR}/../libnet/opt
     12 
     13 .include <bsd.lib.mk>
     14 .include <bsd.klinks.mk>
     15