# Makefile for installation of the httpd configuration files
#

TOP	= ..

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

EXTRA_DIRS  =

include $(TOP)/Makefile.defs
