Home | History | Annotate | Line # | Download | only in libnetmpls
      1  1.6   thorpej # $NetBSD: Makefile,v 1.6 2022/09/03 20:29:30 thorpej Exp $
      2  1.1    kefren #
      3  1.1    kefren 
      4  1.1    kefren .PATH:	${.CURDIR}/../../../../net ${.CURDIR}/../../../../netmpls
      5  1.1    kefren 
      6  1.1    kefren LIB=	rumpnet_netmpls
      7  1.5     pooka COMMENT=Multiprotocol Label Switching (PF_MPLS)
      8  1.5     pooka 
      9  1.3  christos IOCONF=	NETMPLS.ioconf
     10  1.6   thorpej SRCS=	netmpls_component.c
     11  1.1    kefren 
     12  1.1    kefren .include <bsd.lib.mk>
     13  1.1    kefren .include <bsd.klinks.mk>
     14