mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/kern
|
|
|
|
KMOD= imgact_binmisc
|
|
SRCS= imgact_binmisc.c
|
|
|
|
.include <bsd.kmod.mk>
|