diff options
| author | Marc G. Fournier | 1998-01-04 19:13:04 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-01-04 19:13:04 +0000 |
| commit | 0aa928764a2beddb000973313214227659ce9293 (patch) | |
| tree | 4e811fd4b807d5b2749dcacfad89cb99a5e2b3f4 /src/bin/psql | |
| parent | a65e4484da3f2548883309a7dcf70cad3570d1dd (diff) | |
Various fixes NETBSD/sparc related
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
Diffstat (limited to 'src/bin/psql')
| -rw-r--r-- | src/bin/psql/Makefile.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/bin/psql/Makefile.in b/src/bin/psql/Makefile.in index ab7de496fdc..62b32d4ec43 100644 --- a/src/bin/psql/Makefile.in +++ b/src/bin/psql/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/psql/Attic/Makefile.in,v 1.5 1997/04/26 05:06:40 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/bin/psql/Attic/Makefile.in,v 1.6 1998/01/04 19:12:21 scrappy Exp $ # #------------------------------------------------------------------------- @@ -16,6 +16,14 @@ include ../../Makefile.global CFLAGS+= -I$(LIBPQDIR) +# +# And where libpq goes, so goes the authentication stuff... +# +ifdef KRBVERS +LDFLAGS+= $(KRBLIBS) +CFLAGS+= $(KRBFLAGS) +endif + OBJS= psql.o stringutils.o @STRDUP@ all: submake psql |
