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
sys/vfs/autofs: Drop AUTOFSDONE101
[dragonfly.git]
/
libexec
/
makekey
/
Makefile
blob
9f80793cac70d791374bae4716f6f64de63832c7
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
4
PROG
=
makekey
5
MAN
=
makekey
.8
6
7
DPADD
+= ${
LIBCRYPT
}
8
LDADD
+= -
lcrypt
9
10
.
include
<
bsd.prog.mk
>