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
A cvsup file that pulls the "checked out" version of source. I'm referencing
[dragonfly.git]
/
sbin
/
md5
/
Makefile
blob
11d6117e0d60f3483d8365c90968ce4d32e9c17b
1
# @(#)Makefile 8.1 (Berkeley) 6/9/93
2
# $FreeBSD: src/sbin/md5/Makefile,v 1.2.6.1 2001/04/25 10:58:32 ru Exp $
3
# $DragonFly: src/sbin/md5/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
4
5
PROG
=
md5
6
7
LDADD
+= -
lmd
8
DPADD
+= ${
LIBMD
}
9
10
.
include
<
bsd.prog.mk
>