1 1.5 pooka # $NetBSD: Makefile,v 1.5 2015/10/19 16:16:38 pooka 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.1 kefren SRCS= mpls_ttl.c if_mpls.c 11 1.2 pooka SRCS+= netmpls_component.c 12 1.1 kefren 13 1.1 kefren .include <bsd.lib.mk> 14 1.1 kefren .include <bsd.klinks.mk> 15