diff options
Diffstat (limited to 'net/mars_nwe/scripts/configure')
-rw-r--r-- | net/mars_nwe/scripts/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/mars_nwe/scripts/configure b/net/mars_nwe/scripts/configure new file mode 100644 index 00000000000..abbe9fa6d0c --- /dev/null +++ b/net/mars_nwe/scripts/configure @@ -0,0 +1,5 @@ +#!/bin/sh + +cp ${WRKSRC}/examples/config.h ${WRKSRC}/config.h +cp ${WRKSRC}/examples/nw.ini ${WRKSRC}/nw.ini +cp ${WRKSRC}/examples/mk.li ${WRKSRC}/mk.li |