mirror of
https://github.com/opnsense/src.git
synced 2026-04-11 12:26:56 -04:00
7 lines
86 B
Makefile
7 lines
86 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/cpuctl
|
|
|
|
KMOD= cpuctl
|
|
SRCS= cpuctl.c
|
|
|
|
.include <bsd.kmod.mk>
|