purge rump/net of component-specific opt directories

This commit is contained in:
pooka 2015-08-24 23:04:42 +00:00
parent db2a65b8d4
commit ef50701008
31 changed files with 45 additions and 53 deletions

View File

@ -0,0 +1,3 @@
/* $NetBSD: agr.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
#define NAGR 1

View File

@ -0,0 +1,3 @@
/* $NetBSD: arcnet.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
/* dummy */

View File

@ -0,0 +1,3 @@
/* $NetBSD: bridge.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
#define NBRIDGE 1

View File

@ -0,0 +1,3 @@
/* $NetBSD: carp.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
#define NCARP 1

View File

@ -0,0 +1,3 @@
/* $NetBSD: ether.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
/* dummy */

View File

@ -0,0 +1,3 @@
/* $NetBSD: etherip.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
/* dummy */

View File

@ -0,0 +1,3 @@
/* $NetBSD: faith.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
/* dummy */

View File

@ -0,0 +1,3 @@
/* $NetBSD: fddi.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
/* dummy */

View File

@ -0,0 +1,3 @@
/* $NetBSD: gif.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
/* dummy */

View File

@ -0,0 +1,3 @@
/* $NetBSD: gre.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
/* dummy */

View File

@ -0,0 +1,3 @@
/* $NetBSD: pppoe.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
/* dummy */

View File

@ -0,0 +1,3 @@
/* $NetBSD: token.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
/* dummy */

View File

@ -0,0 +1,3 @@
/* $NetBSD: vlan.h,v 1.1 2015/08/24 23:04:42 pooka Exp $ */
/* dummy */

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2015/08/20 12:20:09 christos Exp $
# $NetBSD: Makefile,v 1.4 2015/08/24 23:04:42 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../net
@ -9,7 +9,5 @@ SRCS= if_bridge.c bridgestp.c
SRCS+= bridge_component.c
CPPFLAGS+= -I${.CURDIR}/../libnet/opt
.include <bsd.lib.mk>
.include <bsd.klinks.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2015/08/20 12:20:09 christos Exp $
# $NetBSD: Makefile,v 1.25 2015/08/24 23:04:43 pooka Exp $
#
@ -18,8 +18,6 @@ SRCS+= net_component.c
SRCS+= rtsock_50.c uipc_syscalls_50.c
.endif
CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
.include "${.CURDIR}/../libnetinet/Makefile.inc"
.include "${.CURDIR}/../libnetinet6/Makefile.inc"
.include "${.CURDIR}/../libnetmpls/Makefile.inc"

View File

@ -1,3 +0,0 @@
/* $NetBSD: agr.h,v 1.2 2010/12/08 20:20:17 pooka Exp $ */
#define NAGR 1

View File

@ -1,3 +0,0 @@
/* $NetBSD: bridge.h,v 1.2 2010/12/07 20:39:07 pooka Exp $ */
#define NBRIDGE 1

View File

@ -1,3 +0,0 @@
/* $NetBSD: carp.h,v 1.2 2010/08/10 21:50:10 pooka Exp $ */
#define NCARP 1

View File

@ -1,3 +0,0 @@
/* $NetBSD: pppoe.h,v 1.1 2008/10/06 00:27:07 pooka Exp $ */
/* dummy */

View File

@ -1,3 +0,0 @@
/* $NetBSD: vlan.h,v 1.1 2008/10/06 00:27:07 pooka Exp $ */
/* dummy */

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.12 2015/01/18 17:06:24 justin Exp $
# $NetBSD: Makefile.inc,v 1.13 2015/08/24 23:04:43 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../netinet
@ -20,8 +20,6 @@ SRCS+= tcp_congctl.c tcp_input.c tcp_output.c tcp_sack.c tcp_subr.c \
# UDP
SRCS+= udp_usrreq.c
CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnet/opt
CPPFLAGS+= -DPORTALGO_INET4_DEFAULT=PORTALGO_RANDOM_START
# TCP debugging

View File

@ -1,3 +0,0 @@
/* $NetBSD: arcnet.h,v 1.1 2008/10/06 00:27:48 pooka Exp $ */
/* dummy */

View File

@ -1,3 +0,0 @@
/* $NetBSD: ether.h,v 1.1 2014/07/30 13:32:09 ozaki-r Exp $ */
/* dummy */

View File

@ -1,3 +0,0 @@
/* $NetBSD: etherip.h,v 1.1 2008/10/06 00:27:48 pooka Exp $ */
/* dummy */

View File

@ -1,3 +0,0 @@
/* $NetBSD: faith.h,v 1.1 2008/10/06 00:27:48 pooka Exp $ */
/* dummy */

View File

@ -1,3 +0,0 @@
/* $NetBSD: fddi.h,v 1.1 2008/10/06 00:27:48 pooka Exp $ */
/* dummy */

View File

@ -1,3 +0,0 @@
/* $NetBSD: gif.h,v 1.1 2008/10/06 00:27:48 pooka Exp $ */
/* dummy */

View File

@ -1,3 +0,0 @@
/* $NetBSD: gre.h,v 1.1 2008/10/06 00:27:48 pooka Exp $ */
/* dummy */

View File

@ -1,3 +0,0 @@
/* $NetBSD: token.h,v 1.1 2008/10/06 00:27:49 pooka Exp $ */
/* dummy */

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2015/08/20 12:20:09 christos Exp $
# $NetBSD: Makefile,v 1.4 2015/08/24 23:04:43 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../netmpls
@ -8,7 +8,5 @@ IOCONF= NETMPLS.ioconf
SRCS= mpls_ttl.c if_mpls.c
SRCS+= netmpls_component.c
CPPFLAGS+= -I${.CURDIR}/../libnet/opt
.include <bsd.lib.mk>
.include <bsd.klinks.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2015/08/20 12:20:09 christos Exp $
# $NetBSD: Makefile,v 1.3 2015/08/24 23:04:43 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../net
@ -9,7 +9,7 @@ SRCS= if_tap.c
SRCS+= tap_component.c
CPPFLAGS+= -I${.CURDIR}/../libnet/opt -I${.CURDIR}/../../../librump/rumpvfs
CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpvfs
.include <bsd.lib.mk>
.include <bsd.klinks.mk>