aboutsummaryrefslogtreecommitdiffstats
path: root/smtpscript/smtpscript/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'smtpscript/smtpscript/Makefile')
-rw-r--r--smtpscript/smtpscript/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/smtpscript/smtpscript/Makefile b/smtpscript/smtpscript/Makefile
new file mode 100644
index 00000000..3679481c
--- /dev/null
+++ b/smtpscript/smtpscript/Makefile
@@ -0,0 +1,12 @@
+.PATH: ${.CURDIR}/..
+
+PROG= smtpscript
+SRCS= smtpscript.c iobuf.c parse.y ssl.c
+NOMAN= noman
+
+LDADD+= -lutil -lssl -lcrypto
+DPADD+= ${LIBEVENT} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO}
+CPPFLAGS+= -I${.CURDIR}/..
+CPPFLAGS+= -DIO_SSL
+
+.include <bsd.prog.mk>