#
# nsencrypt --
#
#      AOLserver Encryption module
#

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

#
# Module name
#
MOD      =  nsencrypt.so

#
# Objects to build
#
OBJS     =  nsencrypt.o

#
# Header files
#
HDRS     =  

#
# Extra libraries
#
MODLIBS  =  

#
# Compiler flags
#
CFLAGS   =

include $(NSHOME)/include/Makefile.module

all:
	strip nsencrypt.so
