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
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.sbin
/
dhcp
/
dst
/
Makefile
blob
b0e788f37f3eb05470eeadc44f47047a39c2dc6d
1
# $NetBSD: Makefile,v 1.7 2004/05/23 02:24:52 lukem 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
>