# $Header: /usr/local/cvsroot/nsd/nsrewrite/Makefile,v 1.4 2000/10/31 19:26:40 mayoff Exp $

ifdef INST
NSHOME ?= $(INST)
else
NSHOME ?= ../aolserver
endif

#
# Module name
#
MOD      =  nsrewrite.so

#
# Objects to build
#
OBJS     =  nsrewrite.o

#
# Header files in THIS directory
#
HDRS     =  

#
# Extra libraries
#
MODLIBS  =  

#
# Compiler flags
#
CFLAGS   =  


include  $(NSHOME)/include/Makefile.module
