Build and install posttls-finger(1).

This commit is contained in:
tron 2014-07-06 20:09:26 +00:00
parent 64f47ed06c
commit bd1c9e2779
3 changed files with 20 additions and 4 deletions

View File

@ -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 @@ DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/man/man1
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

View File

@ -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>

View File

@ -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>