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
/
bin
/
dnssec
/
Makefile.inc
blob
d58c35959be6b3664ca4c9370b6272391ea5f3df
1
# $NetBSD: Makefile.inc,v 1.1 2005/11/19 02:09:28 christos Exp $
2
3
.include <bsd.own.mk>
4
5
.include "${.CURDIR}/../../Makefile.inc"
6
7
BINDIR=/usr/sbin
8
DNSSEC=${IDIST}/bin/dnssec
9
10
.PATH: ${DNSSEC}
11
12
PROG=${BASE}
13
SRCS=${BASE}.c dnssectool.c
14
MAN=${BASE}.8