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
hyperv: Add API to read raw value of Hyper-V timer.
[dragonfly.git]
/
sys
/
crypto
/
rijndael
/
Makefile
blob
d42d81bf3df8d4cf05523cfed755db8b08c2e246
1
# $FreeBSD: src/sys/crypto/rijndael/Makefile,v 1.3 2004/12/21 08:47:18 ru Exp $
2
3
PROG
=
test00
4
NOMAN
=
5
SRCS
= ${
PROG
}
.c rijndael-alg-fst.c rijndael-api-fst.c
6
7
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
-
g
-
static
8
9
.
include
<
bsd.prog.mk
>
10
11
test
: ${
PROG
}
12
.
/${
PROG
}