From: "Alistair G. Crooks" <azcb0@sde.uts.amdahl.com>
Date: Wed, 03 Apr 1996 00:27:01 -0800
Subject: Re: [PG95]: Install Instructions for FreeBSD v2.1R 

> 	A couple of things I've hit when trying to compile PG95 under
> FreeBSD that should be added:
> 
> 
> 	src/mk/postgres.mk sets AROPTS to crs, but for FreeBSD, it should
> be cq...s isn't supported

Whilst that was true of 1.0, and the alpha version of 1.01, the actual 1.01
that was released has

AROPT = cq

in src/mk/port/postgres.mk.BSD44_derived

> 	bin/psql/Makefile tries to use -lhistory, which doesn't exist
> under FreeBSD

This is only true if USE_READLINE is defined.

Alistair

