summaryrefslogtreecommitdiff
path: root/src/test/bench
diff options
context:
space:
mode:
authorMarc G. Fournier1998-01-04 19:13:04 +0000
committerMarc G. Fournier1998-01-04 19:13:04 +0000
commit0aa928764a2beddb000973313214227659ce9293 (patch)
tree4e811fd4b807d5b2749dcacfad89cb99a5e2b3f4 /src/test/bench
parenta65e4484da3f2548883309a7dcf70cad3570d1dd (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/Makefile10
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)