ebb52114cf
Merge sson's binmiscctl and image activator features to stable/10 Submitted by: sson@freebsd.org
9 lines
111 B
Makefile
9 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../kern
|
|
|
|
KMOD= imgact_binmisc
|
|
SRCS= imgact_binmisc.c
|
|
|
|
.include <bsd.kmod.mk>
|