Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
65b4b392
Commit
65b4b392
authored
Jul 25, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dr George suggested removing Makefile.custom altogether, to reduce
any confusion...so its gone...
parent
ff50e5ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
src/Makefile.custom
src/Makefile.custom
+0
-0
src/Makefile.global
src/Makefile.global
+5
-6
No files found.
src/Makefile.custom
deleted
100644 → 0
View file @
ff50e5ab
src/Makefile.global
View file @
65b4b392
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.1
3 1996/07/25 00:30:02
scrappy Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.1
4 1996/07/25 07:26:37
scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
...
...
@@ -63,10 +63,6 @@ PORTNAME= BSD44_derived
# SRCDIR specifies where the source files are.
SRCDIR
=
/home/staff/scrappy/cvs/postgres95/src
# FreeBSD 2.1R with new Flex v2.5.2 in /usr/local
LEX
=
flex
LDADD
+=
-L
/usr/local/lib
-lfl
# POSTGRESLOGIN is the login name of the user who gets special
# privileges within the database. By default it is "postgres", but
# you can change it to any existing login name (such as your own
...
...
@@ -224,6 +220,10 @@ TK_INCDIR= /usr/local/devel/tk4.0/include
TK_LIBDIR
=
/usr/local/devel/tk4.0/lib
TK_LIB
=
-ltk4
.0
X11_INCDIR
=
/usr/X11R6.1/include
X11_LIBDIR
=
/usr/X11R6.1/lib
X11_LIB
=
-lX11
#
# include port specific rules and variables. For instance:
#
...
...
@@ -315,4 +315,3 @@ objdir= obj
#
# Customization.
#
-include
$(MKDIR)/../Makefile.custom
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment