NetBSD/usr.sbin/named/reload/Makefile

21 lines
561 B
Makefile
Raw Normal View History

1996-10-18 09:55:26 +04:00
# $NetBSD: Makefile,v 1.4 1996/10/18 06:29:11 thorpej Exp $
1996-02-02 18:29:24 +03:00
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:46 vixie Exp
.PATH: ${.CURDIR}/../man
1996-02-02 18:29:24 +03:00
all: named.reload
1996-02-02 18:29:24 +03:00
CLEANFILES+= named.reload
MAN= named.reload.8
realinstall:
1996-10-18 09:55:26 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1996-02-02 18:29:24 +03:00
named.reload ${DESTDIR}${BINDIR}/named.reload
named.reload: named.reload.sh Makefile ${.CURDIR}/../Makefile.inc
sed -e "s|%DESTSBIN%|${BINDIR}|" \
< ${.CURDIR}/named.reload.sh > named.reload
chmod +x named.reload
.include "../../Makefile.inc"
.include <bsd.prog.mk>