summaryrefslogtreecommitdiff
path: root/sys/modules/clockctl/Makefile
blob: 1f49df65c7e3c7f6dc972675bde8188a13e52198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.1 2015/12/07 03:25:57 pgoyette Exp $

.include "../Makefile.inc"

.PATH: ${S}/dev

KMOD=		clockctl
IOCONF=		clockctl.ioconf
SRCS=		clockctl.c

CPPFLAGS+=	-DNTP -DCOMPAT_50

.include <bsd.kmodule.mk>