1 # $NetBSD: Makefile,v 1.1.4.3 2014/05/18 17:46:20 rmind Exp $ 2 # 3 4 .PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../netmpls 5 6 LIB= rumpnet_netmpls 7 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