1# $NetBSD: Makefile,v 1.2 2019/01/27 02:08:44 pgoyette Exp $ 2 3.include "../Makefile.inc" 4 5.PATH: ${S}/dev 6 7KMOD= clockctl 8IOCONF= clockctl.ioconf 9SRCS= clockctl.c 10 11.include <bsd.kmodule.mk> 12