#
# $Header: /cvsroot/aolserver/nsvhr/Makefile,v 1.2 2001/01/31 21:05:43 kriston Exp $
#
# nsvhr --
#
#      Virtual hosting redirector.
#

NSHOME   =  ../aolserver

#
# Module name
#
MOD      =  nsvhr.so

#
# Objects to build
#
OBJS     =  nsvhr.o

#
# Header files in THIS directory
#
HDRS     =  

#
# Extra libraries
#
MODLIBS  =  

#
# Compiler flags
#
CFLAGS   = 


include  $(NSHOME)/include/Makefile.module

