repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
bdes
/
Makefile
blob
ba7b9eaa4da6c753d24458a8bc4a26b094a0c004
1
# $NetBSD: Makefile,v 1.6 2005/01/12 14:48:33 xtraeme Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
USE_FORT?
=
yes
# cryptographic software
5
6
WARNS
=
3
7
PROG
=
bdes
8
9
LDADD
+= -
lcrypt
10
DPADD
+= ${
LIBCRYPT
}
11
12
.
include
<
bsd.prog.mk
>