From e2f16ea3ee4cfb7b5d26870ab4bc02203a33bedf Mon Sep 17 00:00:00 2001 From: "Ugen J.S. Antsilevich" Date: Fri, 17 Feb 1995 16:41:43 +0000 Subject: [PATCH] Add manpage to makefile --- usr.bin/watch/Makefile | 2 +- usr.sbin/watch/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/watch/Makefile b/usr.bin/watch/Makefile index 3d541639ef6a..7a9f602d97b0 100644 --- a/usr.bin/watch/Makefile +++ b/usr.bin/watch/Makefile @@ -1,5 +1,5 @@ PROG= watch -NOMAN= +MAN8= watch.8 BINMODE=500 LDADD= -ltermcap diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index 3d541639ef6a..7a9f602d97b0 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,5 +1,5 @@ PROG= watch -NOMAN= +MAN8= watch.8 BINMODE=500 LDADD= -ltermcap