1# $NetBSD: Makefile,v 1.1 2015/12/07 03:25:57 pgoyette Exp $ 2 3.include "../Makefile.inc" 4 5.PATH: ${S}/dev 6 7KMOD= clockctl 8IOCONF= clockctl.ioconf 9SRCS= clockctl.c 10 11CPPFLAGS+= -DNTP -DCOMPAT_50 12 13.include <bsd.kmodule.mk> 14