Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/modules/clockctl For clockctl module purposes, ...
details: https://anonhg.NetBSD.org/src/rev/f536997bb041
branches: pgoyette-compat
changeset: 830777:f536997bb041
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Sep 24 00:02:50 2018 +0000
description:
For clockctl module purposes, assume that NTP is available.
XXX Will revisit this later
diffstat:
sys/modules/clockctl/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 88969fbfd883 -r f536997bb041 sys/modules/clockctl/Makefile
--- a/sys/modules/clockctl/Makefile Mon Sep 24 00:01:13 2018 +0000
+++ b/sys/modules/clockctl/Makefile Mon Sep 24 00:02:50 2018 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.1.20.1 2018/03/21 04:48:32 pgoyette Exp $
+# $NetBSD: Makefile,v 1.1.20.2 2018/09/24 00:02:50 pgoyette Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev
+CPPFLAGS+= -DNTP
+
KMOD= clockctl
IOCONF= clockctl.ioconf
SRCS= clockctl.c
Home |
Main Index |
Thread Index |
Old Index