diff options
author | obrien <obrien@FreeBSD.org> | 2004-08-23 04:30:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-08-23 04:30:04 +0000 |
commit | a144f172381cdc1e3b04905f2d3c0318a1953e7b (patch) | |
tree | c9f25a913119f14f6e59fe5b640f2f9cf6becc45 /shells/bash2/Makefile | |
parent | 48929d9ad01a7f99565012e9084502c807f7ef0b (diff) | |
download | FreeBSD-ports-a144f172381cdc1e3b04905f2d3c0318a1953e7b.zip FreeBSD-ports-a144f172381cdc1e3b04905f2d3c0318a1953e7b.tar.gz |
Add the 'DEBUG' build option.
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 79af5cf..46e9bbc 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -40,6 +40,9 @@ CONFIGURE_ENV= LDFLAGS=-static .else CONFIGURE_ARGS+= --enable-static-link=no .endif +.if defined(DEBUG) +CONFIGURE_ARGS+= --debug +.endif MAN1= bash.1 bashbug.1 post-patch: |