Deleted Added
sdiff udiff text old ( 218545 ) new ( 299293 )
full compact
1# $FreeBSD: head/share/examples/kld/khelp/Makefile 218545 2011-02-11 07:26:17Z lstewart $
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
8KMOD= h_example
9SRCS= h_example.c
10
11.include <bsd.kmod.mk>