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]
/
external
/
bsd
/
bind
/
lib
/
libbind9
/
Makefile
blob
f6b9ac352e2e309531a40d701ba854006cb5f451
1
# $NetBSD: Makefile,v 1.1 2007/11/04 23:28:17 tls Exp $
2
3
LIB
=
bind9
4
5
.
include
<
bsd.own.mk
>
6
7
.
include
"${.CURDIR}/../Makefile.inc"
8
9
DIST
= ${
IDIST
}/
lib
/
bind9
10
.
include
"${DIST}/api"
11
12
.PATH.c
: ${
DIST
}
13
14
SRCS
=
check
.c getaddresses.c version.c
15
16
.
include
<
bsd.lib.mk
>