diff options
Diffstat (limited to 'mbone/nte/scripts/configure')
-rw-r--r-- | mbone/nte/scripts/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mbone/nte/scripts/configure b/mbone/nte/scripts/configure new file mode 100644 index 0000000..c1432a1 --- /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 |