diff options
Diffstat (limited to 'src/pkg/crypto/rand/Makefile')
-rw-r--r-- | src/pkg/crypto/rand/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/crypto/rand/Makefile b/src/pkg/crypto/rand/Makefile index 88b6d71e3..d1321297d 100644 --- a/src/pkg/crypto/rand/Makefile +++ b/src/pkg/crypto/rand/Makefile @@ -8,6 +8,7 @@ TARG=crypto/rand GOFILES=\ rand.go\ + util.go\ GOFILES_freebsd=\ rand_unix.go\ |