repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pass read/write CRx registers to userspace
[freebsd-src/fkvm-freebsd.git]
/
libexec
/
makekey
/
Makefile
blob
d09f8127dc21dcf80d71debab1e61a36a49d3132
1
# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
# $FreeBSD$
3
4
PROG
=
makekey
5
MAN
=
makekey
.8
6
7
DPADD
= ${
LIBCRYPT
}
8
LDADD
= -
lcrypt
9
10
.
include
<
bsd.prog.mk
>