summaryrefslogtreecommitdiff
path: root/net/dgd/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/dgd/scripts/configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/dgd/scripts/configure b/net/dgd/scripts/configure
new file mode 100644
index 000000000000..e6a5e9eb98d8
--- /dev/null
+++ b/net/dgd/scripts/configure
@@ -0,0 +1,14 @@
+#!/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
+