mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
8 lines
158 B
Makefile
8 lines
158 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/fxp
|
|
|
|
KMOD= if_fxp
|
|
SRCS= device_if.h bus_if.h if_fxp.c inphy.c miibus_if.h miidevs.h pci_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|