diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dvtm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dvtm/Makefile b/sysutils/dvtm/Makefile index 90f6e9b6ea6c..6064ae8397b8 100644 --- a/sysutils/dvtm/Makefile +++ b/sysutils/dvtm/Makefile @@ -11,6 +11,8 @@ COMMENT= Tiling window management for the console PLIST_FILES= bin/dvtm bin/dvtm-status \ man/man1/dvtm.1.gz +MAKE_JOBS_UNSAFE= yes + pre-everything:: @${ECHO_MSG} "You can build dvtm with your own config.h using the DVTM_CONF knob:" @${ECHO_MSG} "make DVTM_CONF=/path/to/dvtm/config.h install clean" |