mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
9 lines
101 B
Makefile
9 lines
101 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/cpuctl
|
||
|
|
|
||
|
|
KMOD= cpuctl
|
||
|
|
SRCS= cpuctl.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|