summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/smtpd/makemap/Makefile4
-rw-r--r--usr.sbin/smtpd/smtpctl/Makefile4
-rw-r--r--usr.sbin/smtpd/smtpd/Makefile4
-rw-r--r--usr.sbin/smtpd/table-ldap/Makefile4
-rw-r--r--usr.sbin/smtpd/table-passwd/Makefile4
-rw-r--r--usr.sbin/smtpd/table-sqlite/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/smtpd/makemap/Makefile b/usr.sbin/smtpd/makemap/Makefile
index af4736a8d44..bd89f4dc951 100644
--- a/usr.sbin/smtpd/makemap/Makefile
+++ b/usr.sbin/smtpd/makemap/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.23 2014/03/19 21:10:27 tedu Exp $
+# $OpenBSD: Makefile,v 1.24 2014/04/01 23:14:25 fgsch Exp $
.PATH: ${.CURDIR}/..
@@ -10,7 +10,7 @@ BINMODE?=555
BINDIR= /usr/libexec/smtpd
MAN= aliases.5 forward.5 makemap.8 newaliases.8
-CFLAGS+= -g3 -ggdb -I${.CURDIR}/..
+CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
diff --git a/usr.sbin/smtpd/smtpctl/Makefile b/usr.sbin/smtpd/smtpctl/Makefile
index ba9469182f5..ecaa63a72c1 100644
--- a/usr.sbin/smtpd/smtpctl/Makefile
+++ b/usr.sbin/smtpd/smtpctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.35 2014/01/18 05:54:51 martynas Exp $
+# $OpenBSD: Makefile,v 1.36 2014/04/01 23:14:25 fgsch Exp $
.PATH: ${.CURDIR}/..
@@ -10,7 +10,7 @@ BINMODE?=555
BINDIR= /usr/sbin
MAN= smtpctl.8
-CFLAGS+= -g3 -ggdb -I${.CURDIR}/..
+CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
diff --git a/usr.sbin/smtpd/smtpd/Makefile b/usr.sbin/smtpd/smtpd/Makefile
index 6654a9dcc08..b5e6bdeaf28 100644
--- a/usr.sbin/smtpd/smtpd/Makefile
+++ b/usr.sbin/smtpd/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.70 2014/03/26 18:14:22 eric Exp $
+# $OpenBSD: Makefile,v 1.71 2014/04/01 23:14:25 fgsch Exp $
.PATH: ${.CURDIR}/..
@@ -39,7 +39,7 @@ BINDIR= /usr/sbin
LDADD+= -levent -lutil -lssl -lcrypto -lm -lz
DPADD+= ${LIBEVENT} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO} ${LIBM} ${LIBZ}
-CFLAGS+= -g3 -ggdb -I${.CURDIR}/..
+CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
diff --git a/usr.sbin/smtpd/table-ldap/Makefile b/usr.sbin/smtpd/table-ldap/Makefile
index 87057d62bee..f974b8207e8 100644
--- a/usr.sbin/smtpd/table-ldap/Makefile
+++ b/usr.sbin/smtpd/table-ldap/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2014/01/18 05:54:51 martynas Exp $
+# $OpenBSD: Makefile,v 1.3 2014/04/01 23:14:25 fgsch Exp $
.PATH: ${.CURDIR}/..
@@ -17,7 +17,7 @@ BINDIR= /usr/libexec/smtpd
DPADD= ${LIBUTIL}
LDADD= -lutil
-CFLAGS+= -g3 -ggdb -I${.CURDIR}/..
+CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
diff --git a/usr.sbin/smtpd/table-passwd/Makefile b/usr.sbin/smtpd/table-passwd/Makefile
index e10dca7ba7d..3b65b5aba39 100644
--- a/usr.sbin/smtpd/table-passwd/Makefile
+++ b/usr.sbin/smtpd/table-passwd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2014/02/04 16:32:36 eric Exp $
+# $OpenBSD: Makefile,v 1.4 2014/04/01 23:14:25 fgsch Exp $
.PATH: ${.CURDIR}/..
@@ -16,7 +16,7 @@ BINDIR= /usr/libexec/smtpd
DPADD= ${LIBUTIL}
LDADD= -lutil
-CFLAGS+= -g3 -ggdb -I${.CURDIR}/..
+CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
diff --git a/usr.sbin/smtpd/table-sqlite/Makefile b/usr.sbin/smtpd/table-sqlite/Makefile
index 690d5f55330..41062e4b9fc 100644
--- a/usr.sbin/smtpd/table-sqlite/Makefile
+++ b/usr.sbin/smtpd/table-sqlite/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2014/01/18 05:54:51 martynas Exp $
+# $OpenBSD: Makefile,v 1.3 2014/04/01 23:14:25 fgsch Exp $
.PATH: ${.CURDIR}/..
@@ -16,7 +16,7 @@ BINDIR= /usr/libexec/smtpd
DPADD= ${LIBUTIL} ${LIBSQLITE3}
LDADD= -lutil -lsqlite3
-CFLAGS+= -g3 -ggdb -I${.CURDIR}/..
+CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual