aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-17 21:44:22 +0100
committerGilles Chehade <gilles@poolp.org>2019-11-17 21:44:22 +0100
commitc244b03eae7f4f701d11d76c761b4cec4b048681 (patch)
tree65040bf2bb53199ddfcab79f5e22457b94cf6569
parentfix pledge() detection and fix argv on systems with setproctitle (diff)
downloadOpenSMTPD-c244b03eae7f4f701d11d76c761b4cec4b048681.tar.xz
OpenSMTPD-c244b03eae7f4f701d11d76c761b4cec4b048681.zip
rename libopenbsd-compat to libopenbsd
-rw-r--r--contrib/libexec/encrypt/Makefile.am2
-rw-r--r--contrib/libexec/mail.local/Makefile.am2
-rw-r--r--mk/mail/mail.lmtp/Makefile.am2
-rw-r--r--mk/mail/mail.maildir/Makefile.am2
-rw-r--r--mk/mail/mail.mboxfile/Makefile.am2
-rw-r--r--mk/mail/mail.mda/Makefile.am2
-rw-r--r--mk/smtp/Makefile.am2
-rw-r--r--mk/smtpctl/Makefile.am2
-rw-r--r--mk/smtpd/Makefile.am2
-rw-r--r--openbsd-compat/Makefile.am92
10 files changed, 55 insertions, 55 deletions
diff --git a/contrib/libexec/encrypt/Makefile.am b/contrib/libexec/encrypt/Makefile.am
index c1d8e1cb..6ad7b82d 100644
--- a/contrib/libexec/encrypt/Makefile.am
+++ b/contrib/libexec/encrypt/Makefile.am
@@ -5,7 +5,7 @@ encrypt_SOURCES += $(top_srcdir)/smtpd/log.c
AM_CPPFLAGS = -I$(top_srcdir)/openbsd-compat
-LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD = $(LIBCOMPAT)
diff --git a/contrib/libexec/mail.local/Makefile.am b/contrib/libexec/mail.local/Makefile.am
index d15f59ec..97325c74 100644
--- a/contrib/libexec/mail.local/Makefile.am
+++ b/contrib/libexec/mail.local/Makefile.am
@@ -8,7 +8,7 @@ EXTRA_DIST = mail.local.h pathnames.h
AM_CPPFLAGS = -I$(top_srcdir)/openbsd-compat
-LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD = $(LIBCOMPAT)
diff --git a/mk/mail/mail.lmtp/Makefile.am b/mk/mail/mail.lmtp/Makefile.am
index 6b2bd838..9847dfdf 100644
--- a/mk/mail/mail.lmtp/Makefile.am
+++ b/mk/mail/mail.lmtp/Makefile.am
@@ -11,7 +11,7 @@ if !NEED_ERR_H
AM_CPPFLAGS += -I$(top_srcdir)/openbsd-compat/err_h
endif
-LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD = $(LIBCOMPAT)
diff --git a/mk/mail/mail.maildir/Makefile.am b/mk/mail/mail.maildir/Makefile.am
index a7abf4ad..d8f696ee 100644
--- a/mk/mail/mail.maildir/Makefile.am
+++ b/mk/mail/mail.maildir/Makefile.am
@@ -11,7 +11,7 @@ if !NEED_ERR_H
AM_CPPFLAGS += -I$(top_srcdir)/openbsd-compat/err_h
endif
-LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD = $(LIBCOMPAT)
diff --git a/mk/mail/mail.mboxfile/Makefile.am b/mk/mail/mail.mboxfile/Makefile.am
index 8a9cece7..d57362c0 100644
--- a/mk/mail/mail.mboxfile/Makefile.am
+++ b/mk/mail/mail.mboxfile/Makefile.am
@@ -11,7 +11,7 @@ if !NEED_ERR_H
AM_CPPFLAGS += -I$(top_srcdir)/openbsd-compat/err_h
endif
-LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD = $(LIBCOMPAT)
diff --git a/mk/mail/mail.mda/Makefile.am b/mk/mail/mail.mda/Makefile.am
index 108b2667..b04aefda 100644
--- a/mk/mail/mail.mda/Makefile.am
+++ b/mk/mail/mail.mda/Makefile.am
@@ -11,7 +11,7 @@ if !NEED_ERR_H
AM_CPPFLAGS += -I$(top_srcdir)/openbsd-compat/err_h
endif
-LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD = $(LIBCOMPAT)
diff --git a/mk/smtp/Makefile.am b/mk/smtp/Makefile.am
index 24244c35..e955a271 100644
--- a/mk/smtp/Makefile.am
+++ b/mk/smtp/Makefile.am
@@ -18,7 +18,7 @@ if !NEED_ERR_H
AM_CPPFLAGS += -I$(top_srcdir)/openbsd-compat/err_h
endif
-LIBCOMPAT= $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT= $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD= $(LIBCOMPAT)
diff --git a/mk/smtpctl/Makefile.am b/mk/smtpctl/Makefile.am
index ec522b7a..8b14b6bd 100644
--- a/mk/smtpctl/Makefile.am
+++ b/mk/smtpctl/Makefile.am
@@ -44,7 +44,7 @@ if !NEED_ERR_H
AM_CPPFLAGS += -I$(top_srcdir)/openbsd-compat/err_h
endif
-LIBCOMPAT= $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT= $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD= $(LIBCOMPAT)
if HAVE_DB_API
diff --git a/mk/smtpd/Makefile.am b/mk/smtpd/Makefile.am
index 6779b3ca..f5cbe8c8 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -101,7 +101,7 @@ if !SUPPORT_PATHS_H
AM_CPPFLAGS += -I$(top_srcdir)/openbsd-compat/paths_h
endif
-LIBCOMPAT= $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT= $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD= $(LIBCOMPAT) $(DB_LIB) $(ASR_LIB)
diff --git a/openbsd-compat/Makefile.am b/openbsd-compat/Makefile.am
index 9993ec3b..9d9d52af 100644
--- a/openbsd-compat/Makefile.am
+++ b/openbsd-compat/Makefile.am
@@ -1,178 +1,178 @@
-noinst_LIBRARIES = libopenbsd-compat.a
+noinst_LIBRARIES = libopenbsd.a
-libopenbsd_compat_a_SOURCES = empty.c
+libopenbsd_a_SOURCES = empty.c
if NEED_PROGNAME
-libopenbsd_compat_a_SOURCES += progname.c
+libopenbsd_a_SOURCES += progname.c
endif
if NEED_ARC4RANDOM
-libopenbsd_compat_a_SOURCES += arc4random.c
+libopenbsd_a_SOURCES += arc4random.c
endif
if NEED_BASE64
-libopenbsd_compat_a_SOURCES += base64.c
+libopenbsd_a_SOURCES += base64.c
endif
if NEED_BASENAME
-libopenbsd_compat_a_SOURCES += basename.c
+libopenbsd_a_SOURCES += basename.c
endif
if NEED_CLOCK_GETTIME
-libopenbsd_compat_a_SOURCES += clock_gettime.c
+libopenbsd_a_SOURCES += clock_gettime.c
endif
if NEED_CLOSEFROM
-libopenbsd_compat_a_SOURCES += closefrom.c
+libopenbsd_a_SOURCES += closefrom.c
endif
if NEED_CRYPT_CHECKPASS
-libopenbsd_compat_a_SOURCES += crypt_checkpass.c
+libopenbsd_a_SOURCES += crypt_checkpass.c
endif
if NEED_DAEMON
-libopenbsd_compat_a_SOURCES += daemon.c
+libopenbsd_a_SOURCES += daemon.c
endif
if NEED_DIRNAME
-libopenbsd_compat_a_SOURCES += dirname.c
+libopenbsd_a_SOURCES += dirname.c
endif
if NEED_ERR
-libopenbsd_compat_a_SOURCES += bsd-err.c
+libopenbsd_a_SOURCES += bsd-err.c
endif
if NEED_ERRC
-libopenbsd_compat_a_SOURCES += errc.c
+libopenbsd_a_SOURCES += errc.c
endif
if NEED_EVENT_ASR_RUN
-libopenbsd_compat_a_SOURCES += event_asr_run.c
+libopenbsd_a_SOURCES += event_asr_run.c
endif
if NEED_EXPLICIT_BZERO
-libopenbsd_compat_a_SOURCES += explicit_bzero.c
+libopenbsd_a_SOURCES += explicit_bzero.c
endif
if NEED_FGETLN
-libopenbsd_compat_a_SOURCES += fgetln.c
+libopenbsd_a_SOURCES += fgetln.c
endif
if NEED_FMT_SCALED
-libopenbsd_compat_a_SOURCES += fmt_scaled.c
+libopenbsd_a_SOURCES += fmt_scaled.c
endif
if NEED_FPARSELN
-libopenbsd_compat_a_SOURCES += fparseln.c
+libopenbsd_a_SOURCES += fparseln.c
endif
if NEED_FREEZERO
-libopenbsd_compat_a_SOURCES += freezero.c
+libopenbsd_a_SOURCES += freezero.c
endif
if NEED_GETOPT
-libopenbsd_compat_a_SOURCES += getopt.c
+libopenbsd_a_SOURCES += getopt.c
endif
if NEED_GETPEEREID
-libopenbsd_compat_a_SOURCES += getpeereid.c
+libopenbsd_a_SOURCES += getpeereid.c
endif
if NEED_IMSG
-libopenbsd_compat_a_SOURCES += imsg.c
-libopenbsd_compat_a_SOURCES += imsg-buffer.c
+libopenbsd_a_SOURCES += imsg.c
+libopenbsd_a_SOURCES += imsg-buffer.c
endif
if NEED_INET_NET_PTON
-libopenbsd_compat_a_SOURCES += inet_net_pton.c
+libopenbsd_a_SOURCES += inet_net_pton.c
endif
if NEED_NANOSLEEP
-libopenbsd_compat_a_SOURCES += nanosleep.c
+libopenbsd_a_SOURCES += nanosleep.c
endif
if NEED_PIDFILE
-libopenbsd_compat_a_SOURCES += pidfile.c
+libopenbsd_a_SOURCES += pidfile.c
endif
if NEED_REALLOCARRAY
-libopenbsd_compat_a_SOURCES += reallocarray.c
+libopenbsd_a_SOURCES += reallocarray.c
endif
if NEED_RECALLOCARRAY
-libopenbsd_compat_a_SOURCES += recallocarray.c
+libopenbsd_a_SOURCES += recallocarray.c
endif
if NEED_SETPROCTITLE
-libopenbsd_compat_a_SOURCES += setproctitle.c
+libopenbsd_a_SOURCES += setproctitle.c
endif
if NEED_SETRESGID
-libopenbsd_compat_a_SOURCES += setresgid.c
+libopenbsd_a_SOURCES += setresgid.c
endif
if NEED_SETRESUID
-libopenbsd_compat_a_SOURCES += setresuid.c
+libopenbsd_a_SOURCES += setresuid.c
endif
if NEED_SETEGID
-libopenbsd_compat_a_SOURCES += setegid.c
+libopenbsd_a_SOURCES += setegid.c
endif
if NEED_SETEUID
-libopenbsd_compat_a_SOURCES += seteuid.c
+libopenbsd_a_SOURCES += seteuid.c
endif
if NEED_SIGNAL
-libopenbsd_compat_a_SOURCES += signal.c
+libopenbsd_a_SOURCES += signal.c
endif
if NEED_SSL_CTX_USE_CERTIFICATE_CHAIN_MEM
-libopenbsd_compat_a_SOURCES += SSL_CTX_use_certificate_chain_mem.c
+libopenbsd_a_SOURCES += SSL_CTX_use_certificate_chain_mem.c
endif
if NEED_STRERROR
-libopenbsd_compat_a_SOURCES += strerror.c
+libopenbsd_a_SOURCES += strerror.c
endif
if NEED_STRLCAT
-libopenbsd_compat_a_SOURCES += strlcat.c
+libopenbsd_a_SOURCES += strlcat.c
endif
if NEED_STRLCPY
-libopenbsd_compat_a_SOURCES += strlcpy.c
+libopenbsd_a_SOURCES += strlcpy.c
endif
if NEED_STRMODE
-libopenbsd_compat_a_SOURCES += strmode.c
+libopenbsd_a_SOURCES += strmode.c
endif
if NEED_STRSEP
-libopenbsd_compat_a_SOURCES += strsep.c
+libopenbsd_a_SOURCES += strsep.c
endif
if NEED_STRTONUM
-libopenbsd_compat_a_SOURCES += strtonum.c
+libopenbsd_a_SOURCES += strtonum.c
endif
if NEED_STRNDUP
-libopenbsd_compat_a_SOURCES += strndup.c
+libopenbsd_a_SOURCES += strndup.c
endif
if NEED_STRNLEN
-libopenbsd_compat_a_SOURCES += strnlen.c
+libopenbsd_a_SOURCES += strnlen.c
endif
if NEED_USLEEP
-libopenbsd_compat_a_SOURCES += usleep.c
+libopenbsd_a_SOURCES += usleep.c
endif
if NEED_VIS
-libopenbsd_compat_a_SOURCES += vis.c
+libopenbsd_a_SOURCES += vis.c
endif
if NEED_WAITPID
-libopenbsd_compat_a_SOURCES += bsd-waitpid.c
+libopenbsd_a_SOURCES += bsd-waitpid.c
endif