summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-26 09:38:08 +0000
committerdougb <dougb@FreeBSD.org>2004-09-26 09:38:08 +0000
commit661dabae8074ec6d2970bfc768374423ac36793c (patch)
treed91cf58b83ff551f2492d0efbafdc56af6097cb3
parent63fa21b0aeda736434afc5598dd48563a7588f3c (diff)
downloadFreeBSD-src-661dabae8074ec6d2970bfc768374423ac36793c.zip
FreeBSD-src-661dabae8074ec6d2970bfc768374423ac36793c.tar.gz
Per style.Makefile(5), don't define MAN if the only page installed
is ${PROG}.1 Reviewed by: ru
-rw-r--r--usr.bin/dig/Makefile2
-rw-r--r--usr.bin/host/Makefile2
-rw-r--r--usr.bin/nslookup/Makefile2
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile
index 2f52015..d7ec398 100644
--- a/usr.bin/dig/Makefile
+++ b/usr.bin/dig/Makefile
@@ -17,6 +17,4 @@ CFLAGS+= -I${SRCDIR}/include
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
-MAN= dig.1
-
.include <bsd.prog.mk>
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile
index e39b93c..ed244350 100644
--- a/usr.bin/host/Makefile
+++ b/usr.bin/host/Makefile
@@ -17,6 +17,4 @@ CFLAGS+= -I${SRCDIR}/include
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
-MAN= host.1
-
.include <bsd.prog.mk>
diff --git a/usr.bin/nslookup/Makefile b/usr.bin/nslookup/Makefile
index ca28c44..244dc4ee 100644
--- a/usr.bin/nslookup/Makefile
+++ b/usr.bin/nslookup/Makefile
@@ -17,6 +17,4 @@ CFLAGS+= -I${SRCDIR}/include
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
-MAN= nslookup.1
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud