# 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 "**    Please run etc/installconf [-mini] password"
	@echo "**"
	@echo "**      - to install your V2usec useable set."
	@echo "**      - to upgrade to the changed snmpd.conf format."
	@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
