9 lines
98 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/cpuctl
KMOD= cpuctl
SRCS= cpuctl.c
.include <bsd.kmod.mk>