svn commit: r263919 - head/usr.bin

Marcel Moolenaar marcel at FreeBSD.org
Sat Mar 29 19:04:38 UTC 2014


Author: marcel
Date: Sat Mar 29 19:04:38 2014
New Revision: 263919
URL: http://svnweb.freebsd.org/changeset/base/263919

Log:
  Hook mkimg(1) to the build.

Modified:
  head/usr.bin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Sat Mar 29 19:03:10 2014	(r263918)
+++ head/usr.bin/Makefile	Sat Mar 29 19:04:38 2014	(r263919)
@@ -106,6 +106,7 @@ SUBDIR=	alias \
 	mkdep \
 	${_mkesdb} \
 	mkfifo \
+	mkimg \
 	mklocale \
 	mktemp \
 	mkulzma \


More information about the svn-src-all mailing list