diff options
Diffstat (limited to 'net/dgd/scripts/configure')
-rw-r--r-- | net/dgd/scripts/configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/dgd/scripts/configure b/net/dgd/scripts/configure index e6a5e9eb98d8..c65e336baf62 100644 --- a/net/dgd/scripts/configure +++ b/net/dgd/scripts/configure @@ -1,14 +1,3 @@ #!/bin/sh # -if [ $# -ne 3 ]; then - echo "This script should only be run by the Makefile." - exit 1 -fi - -# First arg is top level ports directory, second is current directory, -# third is the directory containing the dist. -# -PDIR=$1 -CDIR=$2 -WDIR=$3 |