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
/
libisccfg
/
Makefile
blob
9ed3d0bd5def51a7b1a230950959833f86ed0101
1
# $NetBSD: Makefile,v 1.1 2007/11/04 23:28:19 tls Exp $
2
3
LIB
=
isccfg
4
5
.
include
<
bsd.own.mk
>
6
7
.
include
"${.CURDIR}/../Makefile.inc"
8
9
DIST
= ${
IDIST
}/
lib
/
isccfg
10
.
include
"${DIST}/api"
11
12
.PATH.c
: ${
DIST
}/
unix
${
DIST
}
13
14
SRCS
=
aclconf.c log.c namedconf.c parser.c version.c
15
16
.
include
<
bsd.lib.mk
>