repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
dhcp
/
lib
/
dst
/
Makefile
blob
d1bdab6c93d799f894ca18ddc6ea0fc050c96daa
1
# $NetBSD: Makefile,v 1.1 2013/03/24 15:54:31 christos Exp $
2
3
LIBISPRIVATE
=
yes
4
5
LIB
=
dst
6
SRCS
=
dst_support.c dst_api.c hmac_link.c md5_dgst.c base64.c prandom.c
7
8
DHCPSRCDIR
=
dst
9
10
CFLAGS
+= -
DMINIRES_LIB
-
DHMAC_MD5
11
12
.
include
<
bsd.lib.mk
>