Correct a thinko in that last. Make sure the programs are built at compile time,

not install time.
This commit is contained in:
mycroft 1996-05-11 14:46:39 +00:00
parent f012e6700f
commit cc08bc1c86
3 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.2 1996/05/11 14:36:24 mycroft Exp $
# $NetBSD: Makefile,v 1.3 1996/05/11 14:46:39 mycroft Exp $
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:47 vixie Exp
.PATH: ${.CURDIR}/../named \
${.CURDIR}/../man
.PATH: ${.CURDIR}/../man
all: ndc
CLEANFILES+= ndc
MAN= ndc.8
realinstall: ndc
realinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
ndc ${DESTDIR}${BINDIR}/ndc

View File

@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.2 1996/05/11 14:36:31 mycroft Exp $
# $NetBSD: Makefile,v 1.3 1996/05/11 14:46:46 mycroft Exp $
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:46 vixie Exp
.PATH: ${.CURDIR}/../named \
${.CURDIR}/../man
.PATH: ${.CURDIR}/../man
all: named.reload
CLEANFILES+= named.reload
MAN= named.reload.8
realinstall: named.reload
realinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
named.reload ${DESTDIR}${BINDIR}/named.reload

View File

@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.2 1996/05/11 14:36:36 mycroft Exp $
# $NetBSD: Makefile,v 1.3 1996/05/11 14:46:49 mycroft Exp $
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:47 vixie Exp
.PATH: ${.CURDIR}/../named \
${.CURDIR}/../man
.PATH: ${.CURDIR}/../man
all: named.restart
CLEANFILES+= named.restart
MAN= named.restart.8
realinstall: named.restart
realinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
named.restart ${DESTDIR}${BINDIR}/named.restart