svn commit: r264291 - head/sys/modules

Sean Bruno sbruno at FreeBSD.org
Wed Apr 9 03:46:05 UTC 2014


Author: sbruno
Date: Wed Apr  9 03:46:04 2014
New Revision: 264291
URL: http://svnweb.freebsd.org/changeset/base/264291

Log:
  Spell imgact_binmisc correctly

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Wed Apr  9 03:39:57 2014	(r264290)
+++ head/sys/modules/Makefile	Wed Apr  9 03:46:04 2014	(r264291)
@@ -372,7 +372,7 @@ SUBDIR=	\
 
 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
 _filemon=	filemon
-_imagact_binmisc=	imgact_binmisc
+_imgact_binmisc=	imgact_binmisc
 _vmware=	vmware
 .endif
 


More information about the svn-src-all mailing list