diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2014-03-26 22:30:38 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2014-03-26 22:30:38 +0000 |
commit | 54ff5d7323e6b110e8796cdd412a39b7d13fb66d (patch) | |
tree | 5be3730536450327733d775b82c832d3f363398c /usr.bin/Makefile | |
parent | 1632bf1a88ce60fd335ccb030d1868db6f2f279f (diff) | |
download | src-test2-54ff5d7323e6b110e8796cdd412a39b7d13fb66d.tar.gz src-test2-54ff5d7323e6b110e8796cdd412a39b7d13fb66d.zip |
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 007c9ab716d7..c6727cd50b74 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -379,4 +379,6 @@ SUBDIR+= svn SUBDIR:= ${SUBDIR:O} +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> |