# $Header: /cvsroot/aolserver/nssha1/Makefile,v 1.1.1.1 2002/09/30 00:25:04 scottg Exp $

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

#
# Module name
#
MOD      =  nssha1.so

#
# Objects to build
#
OBJS     =  nssha1.o

#
# Header files in THIS directory
#
HDRS     =  

#
# Extra libraries
#
MODLIBS  =  

#
# Compiler flags
#
CFLAGS   =  


include  $(NSHOME)/include/Makefile.module
