]> git.ipfire.org Git - people/ms/dma.git/blob - Makefile
Commit the remainder of Max's dma work (with minor modifications).
[people/ms/dma.git] / Makefile
1 # $DragonFly: src/libexec/dma/Makefile,v 1.4 2008/09/16 17:57:22 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=4555
17 WARNS?= 1
18
19 .include <bsd.prog.mk>