CUR_REL_PATH := base/linux_configs/etc/sigmet

include ../../../../config.mk

PROFILE_FILES = profile.conf

all:
depend:

clean: cleanexe
cleanexe:


install: ${IRIS_CONFIG_TMPL_ETC}/sigmet
	install -m 0664 -o ${IRIS_USER} -g ${IRIS_GROUP} ${PROFILE_FILES} ${IRIS_CONFIG_TMPL_ETC}/sigmet

test:

uninstall:
	rm -rf ${IRIS_CONFIG_TMPL_ETC}/sigmet
