diff options
Diffstat (limited to 'usr.sbin/named/reload/Makefile')
-rw-r--r-- | usr.sbin/named/reload/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/named/reload/Makefile b/usr.sbin/named/reload/Makefile index 4ca76168e84..111e3dbdb0f 100644 --- a/usr.sbin/named/reload/Makefile +++ b/usr.sbin/named/reload/Makefile @@ -1,9 +1,9 @@ # $NetBSD: Makefile,v 1.1 1996/02/02 15:30:32 mrg 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 @@ -16,5 +16,5 @@ named.reload: named.reload.sh Makefile ${.CURDIR}/../Makefile.inc < ${.CURDIR}/named.reload.sh > named.reload chmod +x named.reload -.include "../../Makefile.inc" +.include <bsd.prog.mk> .include <bsd.prog.mk> |