summaryrefslogtreecommitdiff
path: root/usr.sbin/named/ndc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-24 09:21:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-24 09:21:39 +0000
commitb26e12972545b06d15587e2e177c32a74621aa7d (patch)
treea00c44abcefdff33077d3f6aa5510d0a60238ac7 /usr.sbin/named/ndc
parente5a5b5260ff5ba459a637ea7067463d12232f650 (diff)
fix NOMAN another way, ie. sync
Diffstat (limited to 'usr.sbin/named/ndc')
-rw-r--r--usr.sbin/named/ndc/Makefile6
1 files changed, 3 insertions, 3 deletions
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>