]> git.ipfire.org Git - people/ms/dma.git/blob - BSDmakefile
implement mbox creation via setuid helper
[people/ms/dma.git] / BSDmakefile
1 # $DragonFly: src/libexec/dma/Makefile,v 1.5 2008/09/19 00:36:57 corecode Exp $
2 #
3
4 CFLAGS+= -I${.CURDIR}
5 CFLAGS+= -DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME
6
7 DPADD= ${LIBSSL} ${LIBCRYPTO}
8 LDADD= -lssl -lcrypto
9
10 PROG= dma
11 SRCS= aliases_parse.y aliases_scan.l base64.c conf.c crypto.c
12 SRCS+= dma.c dns.c local.c mail.c net.c spool.c util.c
13 MAN= dma.8
14
15 BINOWN= root
16 BINGRP= mail
17 BINMODE=2555
18 WARNS?= 6
19
20 .include <bsd.prog.mk>