$NetBSD: patch-an,v 1.5.38.1 2011/08/07 09:39:49 tron Exp $

--- src/cgi/Makefile.orig	2011-08-01 15:54:51.000000000 +0200
+++ src/cgi/Makefile	2011-08-01 15:55:10.000000000 +0200
@@ -39,22 +39,12 @@
 	$(call INSTPROG,755,upsstats.cgi,$(cgibin))
 	$(call INSTPROG,755,upsfstats.cgi,$(cgibin))
 	$(call INSTPROG,755,upsimage.cgi,$(cgibin))
-	$(call MKDIR,$(sysconfdir))
-	$(call INSTNEW,644,apcupsd.css,$(sysconfdir))
-	$(call INSTNEW,644,$(topdir)/platforms/etc/hosts.conf,$(sysconfdir))
-	$(call INSTNEW,644,$(topdir)/platforms/etc/multimon.conf,$(sysconfdir))
 
 uninstall-cgi:
 	$(call UNINST,$(cgibin)/multimon.cgi)
 	$(call UNINST,$(cgibin)/upsstats.cgi)
 	$(call UNINST,$(cgibin)/upsfstats.cgi)
 	$(call UNINST,$(cgibin)/upsimage.cgi)
-	$(call UNINST,$(sysconfdir)/apcupsd.css)
-	$(call UNINST,$(sysconfdir)/apcupsd.css.new)
-	$(call UNINST,$(sysconfdir)/hosts.conf)
-	$(call UNINST,$(sysconfdir)/hosts.conf.new)
-	$(call UNINST,$(sysconfdir)/multimon.conf)
-	$(call UNINST,$(sysconfdir)/multimon.conf.new)
 
 # Include dependencies
 -include $(DEPS)
