# Generated automatically from Makefile.in by configure.
##
## etc/Makefile.in:						Dec 1996
##
## used to install two runtime-config files.
##

cprefix = /etc
FILES = snmpd.conf snmpd.agentinfo

all:
	@/bin/true

install:
	@for f in $(FILES) ; do \
	  if [ ! -f $(cprefix)/$$f ] ; then \
		echo cp $$f $(cprefix) ; \
		cp $$f $(cprefix) ; \
	  else \
		echo $(cprefix)/$$f exists - not copied. ; \
          fi ; \
	done
	@echo "**"
	@echo "**  If you have not done so:"
	@echo "**  Please run etc/installconf [-mini] password"
	@echo "**    to install your V2usec useable set."
	@echo "**"
	@echo "**    [ but please note: V2 is now depreciated but "
	@echo "**      unfortunately cmu-snmp for linux will not support "
	@echo "**      V3 in future. ]"
	@echo "**"



merk:
	@echo "** Please Note: You may wish to run etc/installconf [-mini] password"
	@echo "**              to install your V2usec useable set."
	@echo "**"

clean:
	@/bin/true
