Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(61)

Unified Diff: src/pkg/crypto/rand/Makefile

Issue 4342043: code review 4342043: crypto/rand: Fix on Plan 9
Patch Set: diff -r 1cad1e8470ba https://go.googlecode.com/hg/ Created 14 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/pkg/crypto/rand/prng.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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\
« no previous file with comments | « no previous file | src/pkg/crypto/rand/prng.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b