]> git.ipfire.org Git - people/ms/dma.git/blob - Makefile
o Remove per-user config file support
[people/ms/dma.git] / Makefile
1 # $DragonFly: src/libexec/dma/Makefile,v 1.3 2008/02/04 08:58:54 matthias Exp $
2 #
3
4 CFLAGS+= -DHAVE_CRYPTO
5 CFLAGS+= -I${.CURDIR}
6
7 DPADD= ${LIBSSL} ${LIBCRYPTO}
8 LDADD= -lssl -lcrypto
9
10 PROG= dma
11 SRCS= base64.c conf.c crypto.c net.c dma.c aliases_scan.l aliases_parse.y
12 MAN= dma.8
13
14 BINOWN= root
15 BINGRP= mail
16 BINMODE=2555
17 WARNS?= 1
18
19 .include <bsd.prog.mk>