mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
7 lines
153 B
Makefile
7 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
KMOD = if_fxp
|
|
SRCS = if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
|
|
.include "${.CURDIR}/../../conf/kmod.mk"
|