]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/examples/kld/khelp/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / examples / kld / khelp / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 # Change if the src tree you are compiling for is not in /usr/src
6 #SYSDIR=/usr/src/sys
7
8 KMOD=   h_example
9 SRCS=   h_example.c
10
11 .include <bsd.kmod.mk>