# Generated automatically from Makefile.in by configure.

FILES = snmpd.conf acl.conf context.conf party.conf view.conf

all:
	@/bin/true

install:
	@for f in $(FILES) ; do \
	  if [ ! -f /etc/$$f ] ; then \
		echo cp $$f /etc ; \
		cp $$f /etc ; \
	  else \
		echo /etc/$$f exists - not copied. ; \
          fi ; \
	done
	@echo 'Please Note: You may wish to run etc/installconf to install a V2 useable set.'

clean:
	@/bin/true
