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
kernel - TMPFS - Stabilization pass, fix vnode list corruption
[dragonfly.git]
/
libexec
/
makekey
/
Makefile
blob
933af9206177e9ce8fc84000bea91da70ee54cce
1
# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
# $FreeBSD: src/libexec/makekey/Makefile,v 1.11.2.1 2001/04/25 10:40:52 ru Exp $
3
# $DragonFly: src/libexec/makekey/Makefile,v 1.3 2005/02/15 19:49:06 cpressey Exp $
4
5
PROG
=
makekey
6
WARNS?
=
6
7
MAN
=
makekey
.8
8
9
DPADD
+= ${
LIBCRYPT
}
10
LDADD
+= -
lcrypt
11
12
.
include
<
bsd.prog.mk
>