Files
FreeBSD/rainroot/Makefile
2015-07-05 21:24:41 +02:00

9 lines
203 B
Makefile
Executable File

# 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= rainroot.c
.include <bsd.kmod.mk>