]> git.ipfire.org Git - people/ms/dma.git/blob - Makefile
Add the DragonFly Mail Agent dma(8) to the base.
[people/ms/dma.git] / Makefile
1 # $DragonFly: src/libexec/dma/Makefile,v 1.1 2008/02/02 18:20:51 matthias Exp $
2 #
3
4 CFLAGS+= -DHAVE_CRYPTO -DHAVE_INET6
5
6 DPADD= ${LIBSSL} ${LIBCRYPTO}
7 LDADD= -lssl -lcrypto
8
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
12
13 BINOWN= root
14 BINGRP= mail
15 BINMODE=2555
16 WARNS?= 1
17
18 .include <bsd.prog.mk>