summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndc/Makefile
blob: 9a95bd23cd1bfde846e408b54a2abe6ccd2013ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id: Makefile,v 1.1 1996/08/29 21:46:45 peter Exp $

.include "${.CURDIR}/../named/Makefile.inc"

.PATH:	${BIND_DIR}/named
.PATH:	${BIND_DIR}/man

MAN8=	ndc.8
CLEANFILES+= ndc

all:	ndc

realinstall:
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ndc \
		${DESTDIR}${BINDIR}

ndc:	ndc.sh ndcedit.awk ${BIND_DIR}/Makefile
	sed -e "s|%PIDDIR%|${PIDDIR}|" \
	    -e "s|%INDOT%|${INDOT}|" \
	    -e "s|%PS%|${PS}|" \
	    -e "s|%DESTSBIN%|${DESTSBIN}|" \
	    -e "s|%IOT%|${IOT}|" \
	    < ${BIND_DIR}/named/ndc.sh | awk -f ${.CURDIR}/ndcedit.awk > ndc

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud