aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2014-08-26 19:36:47 +0000
committerGlen Barber <gjb@FreeBSD.org>2014-08-26 19:36:47 +0000
commit5605ea9fc1317fc7daeba4300807b9d500dbfadc (patch)
tree473d7cee6c4e34a69e5223bdc001a49ca6043364 /usr.bin
parent4295fc3d75c776009ec501b7d36d8ad51ae67a2e (diff)
downloadsrc-5605ea9fc1317fc7daeba4300807b9d500dbfadc.tar.gz
src-5605ea9fc1317fc7daeba4300807b9d500dbfadc.zip
Add host.1 to CLEANFILES.
MFC after: 3 days X-MFC-To: stable/10 only Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=270669
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile
index 385bf1b35e73..cc1111f115f9 100644
--- a/usr.bin/host/Makefile
+++ b/usr.bin/host/Makefile
@@ -8,6 +8,7 @@ LDNSHOSTDIR= ${.CURDIR}/../../contrib/ldns-host
PROG= host
SRCS= ldns-host.c
MAN= host.1
+CLEANFILES+= host.1
host.1: ldns-host.1
sed -e 's/ldns-//gI' <${.ALLSRC} >${.TARGET} || \