Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / contrib / zkt-1.1.2 / examples / flat / zkt-ls
blobc784a8684bdec7f301c85537d6a7ec4c5779eae2
1 #!/bin/sh
3 # Shell script to start the zkt-ls command
4 # out of the example directory
7 if test ! -f dnssec.conf
8 then
9 echo Please start this skript out of the flat or hierarchical sub directory
10 exit 1
12 ZKT_CONFFILE=`pwd`/dnssec.conf ../../zkt-ls "$@"