diff options
author | ian <ian@FreeBSD.org> | 2014-05-12 22:19:37 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-05-12 22:19:37 +0000 |
commit | d25116a90b9b3ac96140fcdc22b6773185cb2dfc (patch) | |
tree | c1a90f7739272cb57b00d1fceac21e5093a8dcb5 /sys | |
parent | 01928d6e582e53eba13ef6948fcd3c78568d097a (diff) | |
download | FreeBSD-src-d25116a90b9b3ac96140fcdc22b6773185cb2dfc.zip FreeBSD-src-d25116a90b9b3ac96140fcdc22b6773185cb2dfc.tar.gz |
Revert accidental commit that tagged along with an MFC commit.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index ceaf131..a644208 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -2,8 +2,6 @@ .include <bsd.own.mk> -SUBDIR_PARALLEL= - # Modules that include binary-only blobs of microcode should be selectable by # MK_SOURCELESS_UCODE option (see below). |