Add the DragonFly Mail Agent dma(8) to the base.
[dragonfly/netmp.git] / libexec / dma / Makefile
blob34d3cb9077f6fce6dcffa551b040119e6c99af41
1 # $DragonFly: src/libexec/dma/Makefile,v 1.1 2008/02/02 18:20:51 matthias Exp $
4 CFLAGS+= -DHAVE_CRYPTO -DHAVE_INET6
6 DPADD= ${LIBSSL} ${LIBCRYPTO}
7 LDADD= -lssl -lcrypto
9 PROG= dma
10 SRCS= base64.c conf.c crypto.c net.c dma.c aliases_scan.l aliases_parse.y
11 MAN= dma.8
13 BINOWN= root
14 BINGRP= mail
15 BINMODE=2555
16 WARNS?= 1
18 .include <bsd.prog.mk>