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
/
nsupdate
/
Makefile
blob
9a695c551770c3f2c553e2f7b5434c4d01292d34
1
# $NetBSD: Makefile,v 1.5 2004/05/18 00:10:39 christos Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
nsupdate
6
MAN
=
nsupdate
.1
7
BINDIR
= /
usr
/
bin
8
9
.
include
"${.CURDIR}/../Makefile.inc"
10
11
DIST
=${
IDIST
}/
bin
/
nsupdate
12
13
.PATH
: ${
DIST
}
14
15
.
include
<
bsd.prog.mk
>