diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-01 13:10:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-01 13:10:35 +0000 |
commit | 2fb9f253738e151f2fbe761516881a4f0594a09d (patch) | |
tree | 9695b297af36ba840f671615e51523a713e61430 /sysutils/abduco | |
parent | 800ccbb3b55bc2ef883f887ccd6925b011df90ef (diff) | |
download | ports-2fb9f253738e151f2fbe761516881a4f0594a09d.tar.gz ports-2fb9f253738e151f2fbe761516881a4f0594a09d.zip |
Notes
Diffstat (limited to 'sysutils/abduco')
-rw-r--r-- | sysutils/abduco/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/abduco/Makefile b/sysutils/abduco/Makefile index cbe1f2ed8ac4..ec7d52e4f686 100644 --- a/sysutils/abduco/Makefile +++ b/sysutils/abduco/Makefile @@ -16,7 +16,7 @@ MAKE_ARGS= CPPFLAGS="${CPPFLAGS}" STRIP="${STRIP_CMD}" \ PLIST_FILES= bin/abduco \ man/man1/abduco.1.gz -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_UNSAFE= yes pre-everything:: @${ECHO_MSG} "You can build abduco with your own config.h using the ABDUCO_CONF knob:" |