#!/bin/sh
# Shell script for generating appropiate header for Makefile.
# -----------------------------------------------------------
mod=$1
MAKEINCL=install/Make.Incl
sed 2s/modxxx/${mod}/ ${MAKEINCL} > ${mod}/Makefile

