mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
9c6f92408c
module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks)
8 lines
79 B
Makefile
8 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= kldxref
|
|
SRCS= kldxref.c ef.c
|
|
NOMAN=
|
|
|
|
.include <bsd.prog.mk>
|