mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
Unbreak make depend.
This commit is contained in:
parent
eaf151c49d
commit
de21233f45
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236311
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
CXGB = ${.CURDIR}/../../../dev/cxgb
|
||||
.PATH: ${CXGB} ${CXGB}/common ${CXGB}/sys
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
#$FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ixgbe
|
||||
|
||||
KMOD = ixgbe
|
||||
SRCS = device_if.h bus_if.h pci_if.h
|
||||
SRCS += opt_inet.h opt_inet6.h
|
||||
|
Loading…
Reference in New Issue
Block a user