svn commit: r209739 - head/share/mk

Bjoern A. Zeeb bz at FreeBSD.org
Tue Jul 6 18:07:56 UTC 2010


Author: bz
Date: Tue Jul  6 18:07:56 2010
New Revision: 209739
URL: http://svn.freebsd.org/changeset/base/209739

Log:
  Also install the new bsd.arch.inc.mk filed. Missed in r204020.
  
  Reviewed by:	imp

Modified:
  head/share/mk/Makefile

Modified: head/share/mk/Makefile
==============================================================================
--- head/share/mk/Makefile	Tue Jul  6 18:06:10 2010	(r209738)
+++ head/share/mk/Makefile	Tue Jul  6 18:07:56 2010	(r209739)
@@ -2,6 +2,7 @@
 #	@(#)Makefile	8.1 (Berkeley) 6/8/93
 
 FILES=	bsd.README
+FILES+=	bsd.arch.inc.mk
 FILES+=	bsd.compat.mk bsd.cpu.mk bsd.dep.mk bsd.doc.mk bsd.endian.mk
 FILES+=	bsd.files.mk bsd.incs.mk bsd.info.mk bsd.init.mk
 FILES+=	bsd.kmod.mk


More information about the svn-src-head mailing list