]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - share/examples/kld/syscall/module/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / share / examples / kld / syscall / module / Makefile
1 # Makefile for building the sample syscall module
2 # $FreeBSD$
3
4 KMOD=   syscall
5 SRCS=   syscall.c
6
7 .include <bsd.kmod.mk>