Added a comment aruond the HISTORY_LIB/INC defines

This commit is contained in:
Marc G. Fournier 1996-08-20 04:06:12 +00:00
parent 4db04d7779
commit e326648531
1 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.4 1996/08/20 04:00:39 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.5 1996/08/20 04:06:12 scrappy Exp $
# #
# NOTES # NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To # This is seen by any Makefiles that include mk/postgres.mk. To
@ -59,6 +59,7 @@
# until after this file is processed! # until after this file is processed!
# make sure that you have no whitespaces after the PORTNAME setting # make sure that you have no whitespaces after the PORTNAME setting
# or the makefiles can get confused # or the makefiles can get confused
#
PORTNAME= BSD44_derived PORTNAME= BSD44_derived
# SRCDIR specifies where the source files are. # SRCDIR specifies where the source files are.
@ -160,6 +161,7 @@ USE_READLINE= true
READLINE_INC= -I/home/tools/include READLINE_INC= -I/home/tools/include
READLINE_LIB= -L/home/tools/lib -lreadline READLINE_LIB= -L/home/tools/lib -lreadline
# use the following if your readline has a separate history lib
#HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline #HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline
#HISTORY_LIB= -L/home/tools/lib -lhistory #HISTORY_LIB= -L/home/tools/lib -lhistory