aboutsummaryrefslogtreecommitdiff
path: root/mbone/nte/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/nte/scripts/configure')
-rw-r--r--mbone/nte/scripts/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/mbone/nte/scripts/configure b/mbone/nte/scripts/configure
new file mode 100644
index 000000000000..c1432a1bbbc8
--- /dev/null
+++ b/mbone/nte/scripts/configure
@@ -0,0 +1,5 @@
+if [ ! -d ${WRKSRC}/freebsd ]; then
+ mkdir ${WRKSRC}/freebsd
+fi
+cat ${WRKSRC}/src/Makefile.template ${FILESDIR}/Makefile.freebsd > ${WRKSRC}/freebsd/Makefile
+cp ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile