diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-24 09:21:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-24 09:21:39 +0000 |
commit | b26e12972545b06d15587e2e177c32a74621aa7d (patch) | |
tree | a00c44abcefdff33077d3f6aa5510d0a60238ac7 /usr.sbin/named | |
parent | e5a5b5260ff5ba459a637ea7067463d12232f650 (diff) |
fix NOMAN another way, ie. sync
Diffstat (limited to 'usr.sbin/named')
-rw-r--r-- | usr.sbin/named/host/Makefile | 5 | ||||
-rw-r--r-- | usr.sbin/named/ndc/Makefile | 6 | ||||
-rw-r--r-- | usr.sbin/named/reload/Makefile | 6 | ||||
-rw-r--r-- | usr.sbin/named/restart/Makefile | 6 |
4 files changed, 11 insertions, 12 deletions
diff --git a/usr.sbin/named/host/Makefile b/usr.sbin/named/host/Makefile index abaddcbe6b5..badbd265d5d 100644 --- a/usr.sbin/named/host/Makefile +++ b/usr.sbin/named/host/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.1 1996/02/02 15:26:27 mrg Exp $ - -BINDIR=/usr/bin +# $NetBSD: Makefile,v 1.2 1996/05/14 13:55:47 mrg Exp $ PROG = host SRCS = host.c send.c vers.c .PATH: ${.CURDIR}/../man +.include "../../Makefile.inc" .include <bsd.prog.mk> diff --git a/usr.sbin/named/ndc/Makefile b/usr.sbin/named/ndc/Makefile index ea229df9245..56c5d7ffe4e 100644 --- a/usr.sbin/named/ndc/Makefile +++ b/usr.sbin/named/ndc/Makefile @@ -1,9 +1,9 @@ # $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 -.PATH: ${.CURDIR}/../named \ - ${.CURDIR}/../man +.PATH: ${.CURDIR}/../man +all: ndc CLEANFILES+= ndc MAN= ndc.8 @@ -19,5 +19,5 @@ ndc: ndc.sh Makefile ${.CURDIR}/../Makefile.inc < ${.CURDIR}/ndc.sh > ndc chmod +x ndc -.include "../../Makefile.inc" +.include <bsd.prog.mk> .include <bsd.prog.mk> 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> diff --git a/usr.sbin/named/restart/Makefile b/usr.sbin/named/restart/Makefile index 71c9753b199..b9e4479dc80 100644 --- a/usr.sbin/named/restart/Makefile +++ b/usr.sbin/named/restart/Makefile @@ -1,9 +1,9 @@ # $NetBSD: Makefile,v 1.1 1996/02/02 15:30:35 mrg 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 @@ -16,5 +16,5 @@ named.restart: named.restart.sh Makefile ${.CURDIR}/../Makefile.inc < ${.CURDIR}/named.restart.sh > named.restart chmod +x named.restart -.include "../../Makefile.inc" +.include <bsd.prog.mk> .include <bsd.prog.mk> |