svn commit: r301130 - head/sys/modules

Bryan Drewery bdrewery at FreeBSD.org
Wed Jun 1 15:19:50 UTC 2016


Author: bdrewery
Date: Wed Jun  1 15:19:49 2016
New Revision: 301130
URL: https://svnweb.freebsd.org/changeset/base/301130

Log:
  Enable filemon on all architectures.
  
  MFC after:	2 weeks
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Wed Jun  1 15:08:27 2016	(r301129)
+++ head/sys/modules/Makefile	Wed Jun  1 15:19:49 2016	(r301130)
@@ -116,7 +116,7 @@ SUBDIR=	\
 	fdc \
 	fdescfs \
 	${_fe} \
-	${_filemon} \
+	filemon \
 	firewire \
 	firmware \
 	fuse \
@@ -549,7 +549,6 @@ _ep=		ep
 _et=		et
 _exca=		exca
 _fe=		fe
-_filemon=	filemon
 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
 _ibcore=        ibcore
 .endif


More information about the svn-src-all mailing list