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} || \ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"