blob: 846b3e2d4b6f37fc1bf31e7e2a2da3d260c53324 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.2.22.1 2019/10/28 16:37:55 martin Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/filemon
KMOD = filemon
IOCONF= filemon.ioconf
SRCS = filemon.c filemon_wrapper.c
NOMAN = no
# Due to security concerns, we don't install the filemon module. We
# do, however, want to keep building it to prevent bit-rot. Define
# an empty install target for this.
kmodinstall:
.include <bsd.kmodule.mk>
|