@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.60 1996/11/11 03:12:00 momjian Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.61 1996/11/11 12:19:05 scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@ -236,16 +236,6 @@ X11_LIB = -lX11 -lsocket -lnsl
YFLAGS = -d
##############################################################################
#
# AR
i f n e q ( , $( findstring /$ ( PORTNAME ) /, /BSD 44_derived /bsdi /sparc /) )
AROPT = cq
e l s e
AROPT = crs
e n d i f
##############################################################################
#
# Installation.
@ -303,6 +293,16 @@ endif
# Since there are no longer separate files for each platform, much of the
# commonality among the platforms ought to be factored out of the following.
##############################################################################
#
# AR
i f n e q ( , $( findstring /$ ( PORTNAME ) /, /BSD 44_derived /bsdi /sparc /) )
AROPT = cq
e l s e
AROPT = crs
e n d i f
#----------------------------------------------------------------------
i f e q ( $ P O R T N A M E , B S D 4 4 _ d e r i v e d )
MK_PORT = BSD44_derived
@ -855,7 +855,8 @@ srcdir= $(SRCDIR)
includedir = $( HEADERDIR)
# This goes here so that customization in Makefile.custom is effective
# This goes here so that customizations in Makefile.custom and port
# specific changes above are effective
##############################################################################
#
# Flags for CC and LD. (depend on COPT and PROFILE)
@ -894,3 +895,7 @@ CFLAGS+= $(CFLAGS_BE)
LDADD += $( LDADD_BE)
LDFLAGS += $( LDFLAGS_BE)
i f e q ( $( USE_READLINE ) , f a l s e )
CFLAGS += -DNOREADLINE
e n d i f