summaryrefslogtreecommitdiff
path: root/providers/implementations/rands/seeding/build.info
blob: 58c5be3daf894ea9cd0a0412c52b3714748442ce (plain)
1
2
3
4
5
6
7
8
9
10
$COMMON=rand_unix.c rand_win.c rand_tsc.c rand_cpu_x86.c
IF[{- $config{target} =~ /vxworks/i -}]
  $COMMON=$COMMON rand_vxworks.c
ENDIF
IF[{- $config{target} =~ /vms/i -}]
  $COMMON=$COMMON rand_vms.c
ENDIF

SOURCE[../../../libnonfips.a]=$COMMON