1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/mail/archivesmtp/files/src-Makefile
Edwin Groothuis e31bdc75c6 Update to verison 1.1.b1
Submitted by: 	netherby on #bugs
2010-02-06 07:49:05 +00:00

10 lines
128 B
Plaintext

PROG= archivesmtp
SRCS= ArchiveSMTP.c\
Rule.c\
Condition.c\
Test.c\
Action.c
MAN= archivesmtp.8
.include <bsd.prog.mk>