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
/
check
/
Makefile.inc
blob
a7fdbaa6feb377c46c7ebd40a7e3009e995de034
1
# $NetBSD: Makefile.inc,v 1.1 2009/04/12 03:46:05 christos Exp $
2
3
.include <bsd.own.mk>
4
5
.include "${.CURDIR}/../../Makefile.inc"
6
7
CPPFLAGS+=-DNAMED_CONFFILE=\"${SYSCONFDIR}/named.conf\"
8
BINDIR=/usr/sbin
9
CHECK=${IDIST}/bin/check
10
11
.PATH: ${CHECK}
12
13
PROG=${BASE}
14
SRCS=${BASE}.c check-tool.c
15
MAN=${BASE}.8