repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
bind
/
bin
/
nsupdate
/
Makefile
blob
9224d4e49773da9f14f2d367f6f832bfa331b48f
1
# $NetBSD: Makefile,v 1.2 2012/06/05 00:38:45 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
DPADD
+=${
LIBEDIT
} ${
LIBTERMINFO
}
15
LDADD
+=-
ledit
-
lterminfo
16
17
.
include
<
bsd.prog.mk
>