diff options
Diffstat (limited to 'security/go.crypto/Makefile')
-rw-r--r-- | security/go.crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/go.crypto/Makefile b/security/go.crypto/Makefile index 549de23edeb0..2aa40a35b0fa 100644 --- a/security/go.crypto/Makefile +++ b/security/go.crypto/Makefile @@ -31,6 +31,7 @@ GO_TARGET= ${GO_PKGNAME}/bcrypt \ ${GO_PKGNAME}/xtea \ ${GO_PKGNAME}/xts +NO_STAGE= yes do-install: ${MKDIR} ${GO_LOCAL_LIBDIR}/${GO_PKGNAME} (cd ${GO_WRKDIR_PKG}/ && ${COPYTREE_SHARE} \* \ |