9 lines
101 B
Makefile
9 lines
101 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/cpuctl
|
||
|
|
||
|
KMOD= cpuctl
|
||
|
SRCS= cpuctl.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|