Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/ibm-public/postfix Build and install posttls-finger...
details: https://anonhg.NetBSD.org/src/rev/01309a7b1ca7
branches: trunk
changeset: 330382:01309a7b1ca7
user: tron <tron%NetBSD.org@localhost>
date: Sun Jul 06 20:09:26 2014 +0000
description:
Build and install posttls-finger(1).
diffstat:
external/ibm-public/postfix/man/man1/Makefile | 4 ++--
external/ibm-public/postfix/sbin/Makefile | 4 ++--
external/ibm-public/postfix/sbin/posttls-finger/Makefile | 16 ++++++++++++++++
3 files changed, 20 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 6146e7adfe98 -r 01309a7b1ca7 external/ibm-public/postfix/man/man1/Makefile
--- a/external/ibm-public/postfix/man/man1/Makefile Sun Jul 06 19:53:05 2014 +0000
+++ b/external/ibm-public/postfix/man/man1/Makefile Sun Jul 06 20:09:26 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/06/23 15:02:52 tron Exp $
+# $NetBSD: Makefile,v 1.2 2014/07/06 20:09:26 tron Exp $
.include <bsd.own.mk>
@@ -9,7 +9,7 @@
MAN= postalias.1 postcat.1 postconf.1 postfix.1 \
postkick.1 postlock.1 postlog.1 postdrop.1 \
postmap.1 sendmail.1 \
- postqueue.1 postsuper.1 postmulti.1
+ postqueue.1 postsuper.1 postmulti.1 posttls-finger.1
MLINKS= sendmail.1 mailq.1 sendmail.1 newaliases.1
diff -r 6146e7adfe98 -r 01309a7b1ca7 external/ibm-public/postfix/sbin/Makefile
--- a/external/ibm-public/postfix/sbin/Makefile Sun Jul 06 19:53:05 2014 +0000
+++ b/external/ibm-public/postfix/sbin/Makefile Sun Jul 06 20:09:26 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:59 tron Exp $
+# $NetBSD: Makefile,v 1.2 2014/07/06 20:09:26 tron Exp $
.include <bsd.own.mk>
SUBDIR= postalias postcat postconf postdrop postfix postkick postlock postlog \
- postmap postmulti postqueue postsuper
+ postmap postmulti postqueue postsuper posttls-finger
.include <bsd.subdir.mk>
diff -r 6146e7adfe98 -r 01309a7b1ca7 external/ibm-public/postfix/sbin/posttls-finger/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/ibm-public/postfix/sbin/posttls-finger/Makefile Sun Jul 06 20:09:26 2014 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2014/07/06 20:09:26 tron Exp $
+
+NOMAN= # defined
+
+.include <bsd.own.mk>
+
+PROG= posttls-finger
+SRCS= posttls-finger.c tlsmgrmem.c
+
+DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG}
+.PATH: ${DIST}
+
+DPADD+= ${LIBPDNS} ${LIBPTLS} ${LIBPGLOBAL} ${LIBPUTIL}
+LDADD+= ${LIBPDNS} ${LIBPTLS} ${LIBPGLOBAL} ${LIBPUTIL}
+
+.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index