diff options
Diffstat (limited to 'usr.sbin/named/ndc/Makefile')
-rw-r--r-- | usr.sbin/named/ndc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/named/ndc/Makefile b/usr.sbin/named/ndc/Makefile index 2b02af67feb..73500375150 100644 --- a/usr.sbin/named/ndc/Makefile +++ b/usr.sbin/named/ndc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/04/27 20:57:02 millert Exp $ +# $OpenBSD: Makefile,v 1.7 1998/05/23 19:24:55 millert Exp $ # $NetBSD: Makefile,v 1.1 1996/02/02 15:29:48 mrg Exp $ # from: $Id: Makefile,v 8.1 1994/12/15 06:23:47 vixie Exp @@ -14,6 +14,7 @@ realinstall: ndc ndc: ndc.sh Makefile ${.CURDIR}/../Makefile.inc sed -e "s|%PIDDIR%|${PIDDIR}|" \ + -e "s|%CHROOTDIR%|${CHROOTDIR}|" \ -e "s|%PS%|${PS}|" \ -e "s|%DESTSBIN%|${BINDIR}|" \ -e "s|%IOT%|${IOT}|" \ |