# Makefile for installation of the httpd configuration files
#

# what is the backend top dir
TOP	= ..

INSTALL_FILES	= $(wildcard *.conf)
INSTALL_DEST	= /etc/apache2/conf.d

include $(TOP)/Makefile.defs
