diff options
Diffstat (limited to 'contrib/bind/port/prand_conf/README')
-rw-r--r-- | contrib/bind/port/prand_conf/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/bind/port/prand_conf/README b/contrib/bind/port/prand_conf/README new file mode 100644 index 0000000000000..5f7728d64a2b9 --- /dev/null +++ b/contrib/bind/port/prand_conf/README @@ -0,0 +1,8 @@ +this is a utility used to build prand_conf.h on new ports. + +To run you can either compile the program prand_conf.c with +cc prand_conf.c -o prand_conf # add -posix on NeXTstep systems +./prand_conf + +both programs create a file prand_conf.h, +copy this file to the appropriate port/<os>/include directory |