From a4881967bac8a4ea246f3277b0a792e6c9dea08e Mon Sep 17 00:00:00 2001 From: henning <> Date: Fri, 18 Jun 2004 04:48:12 +0000 Subject: [PATCH] ewps, add ntpd.conf.5 --- src/usr.sbin/ntpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr.sbin/ntpd/Makefile b/src/usr.sbin/ntpd/Makefile index 0fedc671..785de81d 100644 --- a/src/usr.sbin/ntpd/Makefile +++ b/src/usr.sbin/ntpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2004/06/17 19:17:48 henning Exp $ +# $OpenBSD: Makefile,v 1.6 2004/06/18 04:48:12 henning Exp $ .PATH: ${.CURDIR}/.. @@ -11,6 +11,6 @@ CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare YFLAGS= -MAN= ntpd.8 +MAN= ntpd.8 ntpd.conf.5 .include