blob: 7fca3f7e66a218cb8c5c05738f3625c5abedc2dc (
plain)
1
2
3
4
5
6
7
8
|
# $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>
|