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
/
nslookup
/
Makefile
blob
8e549464ffc22de99b4c3b1cd7b18797351867ca
1
# $NetBSD: Makefile,v 1.7 2004/05/18 00:10:39 christos Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
nslookup
6
SRCS
=
nslookup.c dighost.c
7
MAN
=
nslookup
.8
8
BINDIR
= /
usr
/
bin
9
10
.
include
"${.CURDIR}/../Makefile.inc"
11
12
DIST
=${
IDIST
}/
bin
/
dig
13
CPPFLAGS
+= -
I
${
DIST
}/
include
14
15
.PATH
: ${
DIST
}
16
17
.
include
<
bsd.prog.mk
>