diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-03 08:49:25 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-03 08:49:25 +0200 |
commit | 7f04d86dfbb43cdbd18b2e3be31421dc9efee3b7 (patch) | |
tree | 8c8fc0888439b6e20cd856c6e1d9ae27001b14d3 /sys/src/9/alphapc | |
parent | 5377a194478225481976f8400d10c093e5bdfa01 (diff) |
kernel: move duplicated random.c to port
Diffstat (limited to 'sys/src/9/alphapc')
-rw-r--r-- | sys/src/9/alphapc/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/alphapc/mkfile b/sys/src/9/alphapc/mkfile index 137ecb392..77071544a 100644 --- a/sys/src/9/alphapc/mkfile +++ b/sys/src/9/alphapc/mkfile @@ -36,6 +36,7 @@ PORT=\ taslock.$O\ tod.$O\ xalloc.$O\ + random.$O\ OBJ=\ l.$O\ @@ -47,7 +48,6 @@ OBJ=\ i8259.$O\ main.$O\ mmu.$O\ - random.$O\ trap.$O\ $CONF.root.$O\ $CONF.rootc.$O\ |