Author: gjb
Date: Fri Aug 29 01:20:31 2014
New Revision: 270776
URL: http://svnweb.freebsd.org/changeset/base/270776

Log:
  MFC r270668, r270669, r270672:
  
  r270668:
    Add gnugrep.1 to CLEANFILES.
  
  r270669:
    Add host.1 to CLEANFILES.
  
  r270672:
    Add svnlite.1 to CLEANFILES.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/10/gnu/usr.bin/grep/Makefile
  stable/10/usr.bin/host/Makefile
  stable/10/usr.bin/svn/svn/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/gnu/usr.bin/grep/Makefile
==============================================================================
--- stable/10/gnu/usr.bin/grep/Makefile Fri Aug 29 00:33:31 2014        
(r270775)
+++ stable/10/gnu/usr.bin/grep/Makefile Fri Aug 29 01:20:31 2014        
(r270776)
@@ -12,6 +12,7 @@ PROG= gnugrep
 SRCS=  closeout.c dfa.c error.c exclude.c grep.c grepmat.c hard-locale.c \
        isdir.c kwset.c obstack.c quotearg.c savedir.c search.c xmalloc.c \
        xstrtoumax.c
+CLEANFILES+=   gnugrep.1
 
 CFLAGS+=-I${.CURDIR} -I${DESTDIR}/usr/include/gnu -DHAVE_CONFIG_H
 

Modified: stable/10/usr.bin/host/Makefile
==============================================================================
--- stable/10/usr.bin/host/Makefile     Fri Aug 29 00:33:31 2014        
(r270775)
+++ stable/10/usr.bin/host/Makefile     Fri Aug 29 01:20:31 2014        
(r270776)
@@ -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} || \

Modified: stable/10/usr.bin/svn/svn/Makefile
==============================================================================
--- stable/10/usr.bin/svn/svn/Makefile  Fri Aug 29 00:33:31 2014        
(r270775)
+++ stable/10/usr.bin/svn/svn/Makefile  Fri Aug 29 01:20:31 2014        
(r270776)
@@ -51,6 +51,7 @@ DPADD=        ${LIBSVN_CLIENT} ${LIBSVN_WC} ${L
        ${LIBBSDXML} ${LIBAPR} ${LIBSQLITE} ${LIBZ} ${LIBCRYPT} ${LIBMAGIC} \
        ${LIBCRYPTO} ${LIBSSL} ${LIBPTHREAD}
 
+CLEANFILES+=   svnlite.1
 .if(defined(ORGANIZATION) && !empty(ORGANIZATION))
 DPSRCS+=       freebsd-organization.h
 CLEANFILES+=   freebsd-organization.h
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to