version 0.2, added hidefunction so mod is not found anymore easily

This commit is contained in:
your-favorite-hacker
2015-07-05 21:24:41 +02:00
parent 60bdcc8bed
commit 0fc9a7e995
4 changed files with 111 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
# $FreeBSD: src/share/examples/kld/syscall/module/Makefile,v 1.2 2001/09/18 12:03:42 ru Exp $
KMOD= rainroot
SRCS= vnode_if.h\
rainroot.c
SRCS= rainroot.c
.include <bsd.kmod.mk>