svn commit: r270669 - head/usr.bin/host

Glen Barber gjb at FreeBSD.org
Tue Aug 26 19:36:47 UTC 2014


Author: gjb
Date: Tue Aug 26 19:36:47 2014
New Revision: 270669
URL: http://svnweb.freebsd.org/changeset/base/270669

Log:
  Add host.1 to CLEANFILES.
  
  MFC after:	3 days
  X-MFC-To:	stable/10 only
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.bin/host/Makefile

Modified: head/usr.bin/host/Makefile
==============================================================================
--- head/usr.bin/host/Makefile	Tue Aug 26 19:36:34 2014	(r270668)
+++ head/usr.bin/host/Makefile	Tue Aug 26 19:36:47 2014	(r270669)
@@ -8,6 +8,7 @@ LDNSHOSTDIR=	${.CURDIR}/../../contrib/ld
 PROG=		host
 SRCS=		ldns-host.c
 MAN=		host.1
+CLEANFILES+=	host.1
 
 host.1: ldns-host.1
 	sed -e 's/ldns-//gI' <${.ALLSRC} >${.TARGET} || \


More information about the svn-src-head mailing list