aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2013-08-06 19:05:57 +0000
committermiod <miod@openbsd.org>2013-08-06 19:05:57 +0000
commitcac21c24b47db172d6260d62585c729cca6bea74 (patch)
treeb81ee5f19be0ed835e39c970a76091c0495d2f67 /smtpd
parentbetter document /etc/mailname; (diff)
downloadOpenSMTPD-cac21c24b47db172d6260d62585c729cca6bea74.tar.xz
OpenSMTPD-cac21c24b47db172d6260d62585c729cca6bea74.zip
Switch vax to gcc 3.3.6.
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index c6ac4b63..20813ce4 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.65 2013/07/19 21:34:31 eric Exp $
+# $OpenBSD: Makefile,v 1.66 2013/08/06 19:05:57 miod Exp $
.PATH: ${.CURDIR}/..
@@ -49,4 +49,8 @@ CFLAGS+= -DIO_SSL
CFLAGS+= -DQUEUE_PROFILING
YFLAGS=
+.if ${MACHINE} == "vax"
+LDFLAGS+= -Wl,--no-keep-memory
+.endif
+
.include <bsd.prog.mk>