]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - sys/modules/imgact_binmisc/Makefile
Fix multiple small kernel memory disclosures. [EN-18:04.mem]
[FreeBSD/releng/10.3.git] / sys / modules / imgact_binmisc / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../kern
4
5 KMOD=   imgact_binmisc
6 SRCS=   imgact_binmisc.c
7
8 .include <bsd.kmod.mk>