################################################################################
# Master Makefile for System Sources
# T.Barnaby, BEAM Ltd, 2007-02-21
################################################################################
#
TOP = ${shell pwd}/..
include ${TOP}/Makefile.config
all:
install:
mkdir -p ${SYSETCDIR}/profile.d
cp tms.sh ${SYSETCDIR}/profile.d
mkdir -p ${CONFDIR}
cp dhcpd.conf hosts ifcfg-eth1 named.conf resolv.conf ${CONFDIR}
cp tmsnet.rev tmsnet.zone tms.repo tmsSetup tmsSetupModuleController ${CONFDIR}
cp smb.conf tms.menu tmsRestart ${CONFDIR}
mkdir -p ${BINDIR}
cp tmsRestart ${BINDIR}
cp tmsBackup ${BINDIR}
clean: