svn commit: r256013 - head/etc/mtree

Matthew D Fleming mdf at FreeBSD.org
Thu Oct 3 01:18:06 UTC 2013


Author: mdf
Date: Thu Oct  3 01:18:06 2013
New Revision: 256013
URL: http://svnweb.freebsd.org/changeset/base/256013

Log:
  Fix up typos from r255963 in mtree Makefile.  BSD.debug.dist should be
  iterated if present, and remove a stray .endif.
  
  Approved by:	re (gjb)

Modified:
  head/etc/mtree/Makefile

Modified: head/etc/mtree/Makefile
==============================================================================
--- head/etc/mtree/Makefile	Wed Oct  2 23:48:37 2013	(r256012)
+++ head/etc/mtree/Makefile	Thu Oct  3 01:18:06 2013	(r256013)
@@ -2,13 +2,13 @@
 
 .include <bsd.own.mk>
 
-FILES=	BSD.include.dist \
+FILES=	${_BSD.debug.dist} \
+	BSD.include.dist \
 	BSD.root.dist \
 	${_BSD.sendmail.dist} \
 	BSD.usr.dist \
 	BSD.var.dist
 
-.endif
 .if ${MK_DEBUG_FILES} != "no"
 _BSD.debug.dist=	BSD.debug.dist
 .endif


More information about the svn-src-head mailing list