NetBSD/usr.sbin/named/restart/Makefile

20 lines
455 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1997/04/07 07:56:24 lukem Exp $
1996-02-02 18:29:24 +03:00
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:47 vixie Exp
.PATH: ${.CURDIR}/../man
1996-02-02 18:29:24 +03:00
all: named.restart
1996-02-02 18:29:24 +03:00
CLEANFILES+= named.restart
MAN= named.restart.8
1997-03-25 01:02:40 +03:00
FILES= named.restart
1996-02-02 18:29:24 +03:00
1997-03-25 01:02:40 +03:00
.include "../../Makefile.inc"
1996-02-02 18:29:24 +03:00
named.restart: named.restart.sh Makefile ${.CURDIR}/../Makefile.inc
rm -f $@
1996-02-02 18:29:24 +03:00
sed -e "s|%DESTSBIN%|${BINDIR}|" \
< ${.CURDIR}/named.restart.sh > $@
chmod +x $@
1996-02-02 18:29:24 +03:00
.include <bsd.prog.mk>