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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to