Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 19:36:47 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270669 - head/usr.bin/host
Message-ID:  <201408261936.s7QJalGC070692@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} || \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408261936.s7QJalGC070692>