mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
12 lines
182 B
Makefile
12 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>
|