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
/
dnssec
/
Makefile.inc
blob
1548aed7dbf955be15530d4c5b167919b6c00486
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
BINDIR=/usr/sbin
8
DNSSEC=${IDIST}/bin/dnssec
9
10
.PATH: ${DNSSEC}
11
12
PROG=${BASE}
13
SRCS=${BASE}.c dnssectool.c
14
MAN=${BASE}.8