Home | History | Annotate | Line # | Download | only in libnetmpls
Makefile revision 1.2.10.1
      1 # $NetBSD: Makefile,v 1.2.10.1 2015/09/22 12:06:16 skrll 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 .include <bsd.lib.mk>
     12 .include <bsd.klinks.mk>
     13