Module Name: src Committed By: pooka Date: Tue Aug 25 00:08:56 UTC 2015
Modified Files: src/sys/rump/librump/rumpdev: Makefile.rumpdev src/sys/rump/net/lib/libnetinet6: Makefile.inc Log Message: some final -Ifoo/opt removal To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/rump/librump/rumpdev/Makefile.rumpdev cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net/lib/libnetinet6/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/librump/rumpdev/Makefile.rumpdev diff -u src/sys/rump/librump/rumpdev/Makefile.rumpdev:1.10 src/sys/rump/librump/rumpdev/Makefile.rumpdev:1.11 --- src/sys/rump/librump/rumpdev/Makefile.rumpdev:1.10 Wed May 20 11:22:54 2015 +++ src/sys/rump/librump/rumpdev/Makefile.rumpdev Tue Aug 25 00:08:56 2015 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rumpdev,v 1.10 2015/05/20 11:22:54 pooka Exp $ +# $NetBSD: Makefile.rumpdev,v 1.11 2015/08/25 00:08:56 pooka Exp $ # LIB= rumpdev @@ -18,7 +18,7 @@ SRCS+= kern_pmf.c subr_autoconf.c # sys/dev SRCS+= dev_verbose.c -CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev/opt +CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern .include "${RUMPTOP}/Makefile.rump" Index: src/sys/rump/net/lib/libnetinet6/Makefile.inc diff -u src/sys/rump/net/lib/libnetinet6/Makefile.inc:1.2 src/sys/rump/net/lib/libnetinet6/Makefile.inc:1.3 --- src/sys/rump/net/lib/libnetinet6/Makefile.inc:1.2 Sun Jan 18 17:06:24 2015 +++ src/sys/rump/net/lib/libnetinet6/Makefile.inc Tue Aug 25 00:08:56 2015 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 2015/01/18 17:06:24 justin Exp $ +# $NetBSD: Makefile.inc,v 1.3 2015/08/25 00:08:56 pooka Exp $ # .PATH: ${.CURDIR}/../../../../netinet6 @@ -12,6 +12,4 @@ SRCS+= dest6.c frag6.c icmp6.c in6.c in6 mld6.c nd6.c nd6_nbr.c nd6_rtr.c raw_ip6.c route6.c scope6.c \ udp6_output.c udp6_usrreq.c -CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnet/opt - CPPFLAGS+= -DPORTALGO_INET6_DEFAULT=PORTALGO_RANDOM_START