mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unnecessary inclusions of bsd.own.mk.
This commit is contained in:
parent
46a646940f
commit
009a196247
16 changed files with 0 additions and 31 deletions
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../kern
|
||||
KMOD= acl_nfs4
|
||||
SRCS= vnode_if.h subr_acl_nfs4.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../kern
|
||||
KMOD= acl_posix1e
|
||||
SRCS= vnode_if.h subr_acl_posix1e.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../kern
|
||||
KMOD= alq
|
||||
SRCS= opt_mac.h vnode_if.h kern_alq.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../../netinet/cc
|
||||
KMOD= cc_cdg
|
||||
SRCS= cc_cdg.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../../netinet/cc
|
||||
KMOD= cc_chd
|
||||
SRCS= cc_chd.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../../netinet/cc
|
||||
KMOD= cc_cubic
|
||||
SRCS= cc_cubic.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../../netinet/cc
|
||||
KMOD= cc_hd
|
||||
SRCS= cc_hd.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../../netinet/cc
|
||||
KMOD= cc_htcp
|
||||
SRCS= cc_htcp.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../../netinet/cc
|
||||
KMOD= cc_vegas
|
||||
SRCS= cc_vegas.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../../dev/drm2/radeon
|
||||
|
||||
KMOD = radeonkms
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "Makefile.inc"
|
||||
|
||||
SUBDIR= dtmalloc \
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
.PATH: ${.CURDIR}/../../ofed/drivers/infiniband/core
|
||||
.PATH: ${.CURDIR}/../../ofed/include/linux
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
KMOD = ibcore
|
||||
SRCS = addr.c cm_msgs.h iwcm.c mad_rmpp.h sa_query.c ucma.c uverbs_cmd.c
|
||||
SRCS+= agent.c local_sa.c iwcm.h multicast.c smi.c ud_header.c uverbs_main.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../netinet6
|
||||
|
||||
KMOD= ip6_mroute
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6
|
||||
|
||||
KMOD= ip_mroute
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../../netinet/khelp
|
||||
KMOD= h_ertt
|
||||
SRCS= h_ertt.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../netinet
|
||||
KMOD= siftr
|
||||
SRCS= siftr.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue