add rainroot

This commit is contained in:
your-favorite-hacker
2015-06-01 21:04:51 +02:00
parent 19d7d5ab03
commit 094b73988e
5 changed files with 116 additions and 0 deletions

8
rainroot/Makefile Executable file
View File

@@ -0,0 +1,8 @@
# Makefile for building the sample syscall module
# $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
.include <bsd.kmod.mk>