# Makefile for installation of the httpd configuration files
#

# what is the backend top dir
TOP	= ..

APACHECONFDIR	= /etc/httpd/conf.d

INSTALL_FILES	= $(wildcard *.conf)
INSTALL_DEST	= $(APACHECONFDIR)

include $(TOP)/Makefile.defs
