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/test/bench | |
| parent | a65e4484da3f2548883309a7dcf70cad3570d1dd (diff) | |
Various fixes NETBSD/sparc related
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
Diffstat (limited to 'src/test/bench')
| -rw-r--r-- | src/test/bench/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/test/bench/Makefile b/src/test/bench/Makefile index 9e6a54fd858..69b1f365ada 100644 --- a/src/test/bench/Makefile +++ b/src/test/bench/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/test/bench/Attic/Makefile,v 1.4 1997/07/28 23:57:20 momjian Exp $ +# $Header: /cvsroot/pgsql/src/test/bench/Attic/Makefile,v 1.5 1998/01/04 19:12:48 scrappy Exp $ # #------------------------------------------------------------------------- @@ -19,6 +19,14 @@ OUTFILES= bench.out bench.out.perquery CFLAGS+= -I$(LIBPQDIR) $(CFLAGS_SL) +# +# And where libpq goes, so goes the authentication stuff... +# +ifdef KRBVERS +LDFLAGS+= $(KRBLIBS) +CFLAGS+= $(KRBFLAGS) +endif + all: $(CREATEFILES) rm -f $(OUTFILES) |
