]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/imgact_binmisc/Makefile
MFV r319741: 8156 dbuf_evict_notify() does not need dbuf_evict_lock
[FreeBSD/FreeBSD.git] / sys / modules / imgact_binmisc / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/kern
4
5 KMOD=   imgact_binmisc
6 SRCS=   imgact_binmisc.c
7
8 .include <bsd.kmod.mk>