Home | History | Annotate | Line # | Download | only in tlsproxy
Makefile revision 1.1.48.1
      1  1.1.48.1  martin #	$NetBSD: Makefile,v 1.1.48.1 2023/12/25 12:55:38 martin Exp $
      2       1.1    tron 
      3       1.1    tron NOMAN=	# defined
      4       1.1    tron 
      5       1.1    tron .include <bsd.own.mk>
      6       1.1    tron 
      7       1.1    tron PROG=	tlsproxy
      8       1.1    tron 
      9       1.1    tron DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG}
     10       1.1    tron .PATH:	${DIST}
     11       1.1    tron 
     12       1.1    tron SRCS=   tlsproxy_state.c tlsproxy.c
     13       1.1    tron 
     14  1.1.48.1  martin DPADD+= ${LIBPTLS} ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPDNS} ${LIBPUTIL}
     15  1.1.48.1  martin LDADD+= ${LIBPTLS} ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPDNS} ${LIBPUTIL}
     16       1.1    tron 
     17       1.1    tron DPADD+= ${LIBSSL} ${LIBCRYPTO}
     18       1.1    tron LDADD+= -lssl -lcrypto
     19       1.1    tron 
     20       1.1    tron .include <bsd.prog.mk>
     21