mirror of
https://github.com/opnsense/src.git
synced 2026-07-02 22:09:51 -04:00
build bind-4.9.4-P1 named.restart in it's own directory
This commit is contained in:
parent
353e0183c3
commit
cfc2eae116
1 changed files with 22 additions and 0 deletions
22
usr.sbin/named.restart/Makefile
Normal file
22
usr.sbin/named.restart/Makefile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# $Id$
|
||||
|
||||
.include "${.CURDIR}/../named/Makefile.inc"
|
||||
|
||||
.PATH: ${BIND_DIR}/named
|
||||
.PATH: ${BIND_DIR}/man
|
||||
|
||||
MAN8= named.restart.8
|
||||
CLEANFILES+= named.restart
|
||||
|
||||
all: named.restart
|
||||
|
||||
realinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} named.restart \
|
||||
${DESTDIR}${BINDIR}
|
||||
|
||||
named.restart: named.restart.sh ${BIND_DIR}/Makefile
|
||||
sed -e "s|%INDOT%|${INDOT}|" \
|
||||
-e "s|%DESTSBIN%|${DESTSBIN}|" \
|
||||
< ${BIND_DIR}/named/named.restart.sh > named.restart
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
Loading…
Reference in a new issue