#!/bin/sh

# Sign the TAP driver.

# load version.nsi definitions
. autodefs/defs.sh

if [ -d "$SIGNTOOL" ]; then
    $SIGNTOOL/signtap
fi