*** makefile.orig	Thu Oct 13 17:33:34 1994
--- makefile	Sun Feb  2 23:53:35 1997
***************
*** 89,95 ****
  	@echo "	sco-2.0, sgigcc, sgigcc_asm, solx86gcc, sun386i, sun3asm,"
  	@echo "	sun3cc(*), sun3gcc, sun4cc(*), sun4gcc, sun4sunos5gcc,"
  	@echo "	sun4acc, sun4sunos5acc, sunspc,	sysv_386, vax-ultrix,"
! 	@echo "	vax_bsd43, x286(*), xenix386"
  	@echo ""
  	@echo "For targets marked with (*) you must first get unproto."
  	@echo "See setup.doc for further details."
--- 89,95 ----
  	@echo "	sco-2.0, sgigcc, sgigcc_asm, solx86gcc, sun386i, sun3asm,"
  	@echo "	sun3cc(*), sun3gcc, sun4cc(*), sun4gcc, sun4sunos5gcc,"
  	@echo "	sun4acc, sun4sunos5acc, sunspc,	sysv_386, vax-ultrix,"
! 	@echo " vax_bsd43, x286(*), xenix386, freebsd"
  	@echo ""
  	@echo "For targets marked with (*) you must first get unproto."
  	@echo "See setup.doc for further details."
***************
*** 101,110 ****
  #RSAOBJS = rsaglue1.o
  
  # For an RSAREF version, uncomment the following lines
! RSADIR = ../rsaref
! RSALIBDIR = $(RSADIR)/install/unix
! RSAINCDIR = -I$(RSADIR)/source -I$(RSADIR)/test $(USEMPILIB)
! RSALIBS = $(RSALIBDIR)/rsaref.a
  RSAOBJS = rsaglue2.o
  
  # If you want to use MPILIB as a back end to RSAREF, uncomment this line:
--- 101,109 ----
  #RSAOBJS = rsaglue1.o
  
  # For an RSAREF version, uncomment the following lines
! RSALIBDIR = $(PREFIX)/lib
! RSAINCDIR = -I$(PREFIX)/include $(USEMPILIB)
! RSALIBS = -L$(RSALIBDIR) -lrsaref
  RSAOBJS = rsaglue2.o
  
  # If you want to use MPILIB as a back end to RSAREF, uncomment this line:
***************
*** 160,165 ****
--- 159,168 ----
  linux:
  	$(MAKE) all CC=gcc LD=gcc OBJS_EXT="_80386.o _zmatch.o" \
  	CFLAGS="$(RSAINCDIR) -O6 -g3 -DUNIX -DIDEA32 -DASM" 
+ 
+ freebsd:
+ 	$(MAKE) all LD="$(CC) -s" OBJS_EXT="_80386.o _zmatch.o" \
+ 	CFLAGS="$(RSAINCDIR) -O2 -DUNIX -DIDEA32 -DASM -DMAX_NAMELEN=255"
  
  386bsd:
  	$(MAKE) all CC=gcc LD=gcc OBJS_EXT="_80386.o _zmatch.o" \
