summaryrefslogtreecommitdiff
path: root/net/dgd/scripts/configure
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-08-30 12:55:07 +0000
committerAdam David <adam@FreeBSD.org>1994-08-30 12:55:07 +0000
commit9791be6f322b91e26072fcbf754574aeeb75c6b6 (patch)
tree52d5e5895768ae09eff63412fbb0b55216556b76 /net/dgd/scripts/configure
parentLots of changes - get the NO_XXX things over, add @'s to the touches for (diff)
naked dgd port, this just deals with the sources necessary to build the
driver and the precompiler. Reviewed by: Submitted by:
Notes
Notes: svn path=/head/; revision=46
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
+