mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 03:42:04 +01:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
266 B
Makefile
11 lines
266 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/igc
|
|
|
|
KMOD = if_igc
|
|
SRCS = device_if.h bus_if.h pci_if.h ifdi_if.h
|
|
SRCS += opt_ddb.h opt_inet.h opt_inet6.h opt_rss.h
|
|
SRCS += if_igc.c igc_api.c igc_base.c igc_i225.c igc_mac.c igc_nvm.c
|
|
SRCS += igc_phy.c igc_txrx.c
|
|
|
|
.include <bsd.kmod.mk>
|