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
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
bind
/
bin
/
dig
/
Makefile
blob
e248762ef2522508e834376531566c7fa4b43f1a
1
# $NetBSD: Makefile,v 1.1 2009/04/12 03:46:05 christos Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
dig
6
SRCS
=
dig.c dighost.c
7
BINDIR
= /
usr
/
bin
8
9
.
include
"${.CURDIR}/../Makefile.inc"
10
11
DIST
=${
IDIST
}/
bin
/
dig
12
CPPFLAGS
+= -
I
${
DIST
}/
include
13
14
.PATH
: ${
DIST
}
15
16
.
include
<
bsd.prog.mk
>