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
test/amd64: update to qemu-0.10.6
[dragonfly.git]
/
libexec
/
dma
/
Makefile
blob
8d0c09f9c3d802128ad8d1d693204d5191405374
1
# $DragonFly: src/libexec/dma/Makefile,v 1.5 2008/09/19 00:36:57 corecode Exp $
2
#
3
4
CFLAGS
+= -
I
${
.CURDIR
}
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 spool.c local.c util.c
11
MAN
=
dma
.8
12
13
BINOWN
=
root
14
BINGRP
=
mail
15
BINMODE
=
2555
16
WARNS?
=
6
17
18
.
include
<
bsd.prog.mk
>