diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-09 12:08:38 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-09 12:08:38 +0200 |
commit | 12bf32881d03225c864afbca431cd93f647ab1b3 (patch) | |
tree | 953d809a1deb9f422ba21672f5b7072ee466d4d0 | |
parent | 707f6cc4dbad734325881c5b275138522188754c (diff) |
Add the random translator to prog-subdirs
* Makefile (prog-subdirs): Add random.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ prog-subdirs = auth proc exec init term \ login daemons boot console \ hostmux usermux ftpfs trans \ console-client utils sutils \ - benchmarks fstests + benchmarks fstests \ + random \ ifeq ($(HAVE_SUN_RPC),yes) prog-subdirs += nfs nfsd |