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
/
tools
/
Makefile.inc
blob
0c7e3da6dedc3a06355765337b831a76983baf5d
1
# $NetBSD: Makefile.inc,v 1.1 2011/09/11 18:55:24 christos Exp $
2
3
.include <bsd.own.mk>
4
5
.include "${.CURDIR}/../../Makefile.inc"
6
7
TOOLS=${IDIST}/bin/tools
8
9
.PATH: ${TOOLS}
10
11
PROG=${BASE}
12
SRCS=${BASE}.c
13
.if exists(${TOOLS}/${BASE}.8)
14
BINDIR=/usr/sbin
15
MAN=${BASE}.8
16
.elif exists(${TOOLS}/${BASE}.1)
17
BINDIR=/usr/bin
18
MAN=${BASE}.1
19
.endif