summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-06-18 04:48:13 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-06-18 04:48:13 +0000
commit5fa8218d1be7e67fffacdc57b23eefd64390bf89 (patch)
tree213bd6a5d3087e0ad27129d23bae20e518ec7f26
parenta3154bb6d4122d438a59ad58a63f72c9025124d8 (diff)
ewps, add ntpd.conf.5
-rw-r--r--usr.sbin/ntpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/Makefile b/usr.sbin/ntpd/Makefile
index 0fedc671017..785de81d37a 100644
--- a/usr.sbin/ntpd/Makefile
+++ b/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 <bsd.prog.mk>