mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
documentation. Sponsored by: FreeBSD Foundation Discussed with: David Hayes <dahayes at swin edu au> MFC after: 5 weeks X-MFC with: r216615
11 lines
182 B
Makefile
11 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# Change if the src tree you are compiling for is not in /usr/src
|
|
#SYSDIR=/usr/src/sys
|
|
|
|
KMOD= h_example
|
|
SRCS= h_example.c
|
|
|
|
.include <bsd.kmod.mk>
|