summaryrefslogtreecommitdiff
path: root/kerberosV/Makefile.inc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-08-06 19:05:58 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-08-06 19:05:58 +0000
commit4deeb07029db0412704e811b0e924993fe415641 (patch)
treea21f72f9344132c2b2b9d8e2e47e4d6deaa4e750 /kerberosV/Makefile.inc
parent35bb09cb161c4a0e95ff0c4183433ffea20308f7 (diff)
Switch vax to gcc 3.3.6.
Diffstat (limited to 'kerberosV/Makefile.inc')
-rw-r--r--kerberosV/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/kerberosV/Makefile.inc b/kerberosV/Makefile.inc
index 5c17d7cea7a..a227403fd38 100644
--- a/kerberosV/Makefile.inc
+++ b/kerberosV/Makefile.inc
@@ -1,10 +1,13 @@
-# $OpenBSD: Makefile.inc,v 1.20 2013/07/22 14:13:46 ajacoutot Exp $
+# $OpenBSD: Makefile.inc,v 1.21 2013/08/06 19:05:57 miod Exp $
KRB5DIR= ${.CURDIR}/../../../kerberosV/src
KRB5SUBST= ${KRB5DIR}/../varsub
CPPFLAGS+= -DHAVE_CONFIG_H -DNO_NTLM
CPPFLAGS+= -I${.CURDIR}/../../include -I/usr/include/kerberosV
+.if ${MACHINE} == "vax"
+LDFLAGS+= -Wl,--no-keep-memory
+.endif
LIBHEIMIPCC= ${.OBJDIR}/../../lib/libheimipcc/libheimipcc.a
LIBHEIMIPCS= ${.OBJDIR}/../../lib/libheimipcs/libheimipcs.a