| Index: src/pkg/crypto/rand/Makefile |
| =================================================================== |
| --- a/src/pkg/crypto/rand/Makefile |
| +++ b/src/pkg/crypto/rand/Makefile |
| @@ -19,6 +19,10 @@ |
| GOFILES_linux=\ |
| rand_unix.go\ |
| +GOFILES_plan9=\ |
| + prng.go\ |
| + rand_plan9.go\ |
| + |
| GOFILES_windows=\ |
| rand_windows.go\ |