- tms-old
- tms
- config
- Makefile
This file ( 720B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
################################################################################
# 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 tms.menu ${CONFDIR}
ifeq ("$(BUILD)", "FULL")
cp dhcpd.conf hosts ifcfg-eth1 named.conf resolv.conf ${CONFDIR}
cp tmsnet.rev tmsnet.zone tmsInit tmsSetup tmsSetupModuleController ${CONFDIR}
cp smb.conf tms.menu tmsRestart ${CONFDIR}
mkdir -p ${BINDIR}
cp tmsRestart ${BINDIR}
cp tmsBackup ${BINDIR}
endif
clean: