Import(Split('env'))

r1 = env.Object('rand.c')
# r2 = env.Object('random.c')

rndlib = env.Library('bsdrnd', [ r1 ])
Export("rndlib")
