diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:48:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:48:47 +0000 |
commit | 2f35b73926abf3d3de21382a8a16414200fa2d5b (patch) | |
tree | ba424f33251d8f6c55d5b3a690abf181b6a819ee /security/poly1305aes | |
parent | 8c8dbd7325f0c5cd3837737357a4e2cdd953cee5 (diff) |
Notes
Diffstat (limited to 'security/poly1305aes')
-rw-r--r-- | security/poly1305aes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/poly1305aes/Makefile b/security/poly1305aes/Makefile index 317c6e79fb20..17a378d5082f 100644 --- a/security/poly1305aes/Makefile +++ b/security/poly1305aes/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://cr.yp.to/mac/ MAINTAINER= roam@FreeBSD.org COMMENT= The poly1305 message authentication reference implementation using AES -MAKE_ENV+= CC="${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${STRIP}" +CC+= ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${STRIP} ALL_TARGET= default REPLACE_HDRS= aes.h cpucycles.h poly1305aes.h |