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
Enclose O_ROOTCRED in _KERNEL_STRUCTURES. This is needed for the upcoming
[dragonfly.git]
/
usr.bin
/
dc
/
Makefile
blob
e05e057be0286f31d50166c593826d530693e974
1
# $OpenBSD: Makefile,v 1.1 2003/09/19 17:58:25 otto Exp $
2
# $DragonFly: src/usr.bin/dc/Makefile,v 1.3 2007/08/27 16:50:52 pavalos Exp $
3
4
PROG
=
dc
5
SRCS
=
dc.c bcode.c inout.c mem.c stack.c
6
WARNS?
=
2
7
DPADD
= ${
LIBCRYPTO
}
8
LDADD
= -
lcrypto
9
10
.
include
<
bsd.prog.mk
>