repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dma: also list locked queue files
[dragonfly.git]
/
libexec
/
dma
/
Makefile
blob
d5adfeefc8553bf79c6e238b182a09828f9e149c
1
# $DragonFly: src/libexec/dma/Makefile,v 1.5 2008/09/19 00:36:57 corecode 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?
=
6
18
19
.
include
<
bsd.prog.mk
>