diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 21:52:53 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 21:52:53 +0000 |
commit | 35bc8f160240b5a919a35d08e88040bc20eed579 (patch) | |
tree | 7906d33f6931ed97c9088c65cd421851f164cd99 | |
parent | Remove redundant USE_PERL5 statements. (diff) |
Use ${CFLAGS} when compiling dwc
Notes
Notes:
svn path=/head/; revision=46822
-rw-r--r-- | security/drweb-sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 21d05bdaf492..ca8f15c08d0e 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -60,7 +60,7 @@ pre-build: ${ECHO} ${MF_INCDIR} ; \ ${ECHO} libmilter ; \ ${ECHO} ${SENDMAIL8_12} ; \ - ${ECHO} ; \ + ${ECHO} ${CFLAGS} ; \ } | ./configure do-install: |