RSS Git Download  Clone
Raw Blame History
################################################################################
#	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 tmsnet.rev tmsnet.zone tms.repo tmsSetup tmsSetupModuleController ${CONFDIR}

clean: