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