added execwatch

This commit is contained in:
your-favorite-hacker
2015-05-31 10:13:21 +02:00
parent 49f092ab6b
commit 19d7d5ab03
3 changed files with 140 additions and 0 deletions

8
execwatch/Makefile Executable file
View File

@@ -0,0 +1,8 @@
# Makefile for building the sample lala module
# $FreeBSD: src/share/examples/kld/lala/module/Makefile,v 1.2 2001/09/18 12:03:42 ru Exp $
KMOD= execWatch
SRCS= execWatch.c
.include <bsd.kmod.mk>