9 lines
183 B
Makefile
9 lines
183 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/06/20 21:38:26 sjg Exp $
|
|
|
|
INCSDIR= /usr/include/dev/filemon
|
|
|
|
# Only install includes which are used by userland
|
|
INCS= filemon.h
|
|
|
|
.include <bsd.kinc.mk>
|