summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2011-05-23 08:20:55 +0000
committerjakob <jakob@openbsd.org>2011-05-23 08:20:55 +0000
commite9174ec25301577bcdc2f23277cd345bde980e96 (patch)
tree2662425a72f7f4002f29a1e1756621cd0bd8b735
parentmake sure nsd-zonec is used instead of zonec (diff)
downloadwireguard-openbsd-e9174ec25301577bcdc2f23277cd345bde980e96.tar.xz
wireguard-openbsd-e9174ec25301577bcdc2f23277cd345bde980e96.zip
nsd-zonec.8
-rw-r--r--usr.sbin/nsd/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/nsd/Makefile.in b/usr.sbin/nsd/Makefile.in
index 6ff71d2bf2a..0cbc03b4832 100644
--- a/usr.sbin/nsd/Makefile.in
+++ b/usr.sbin/nsd/Makefile.in
@@ -63,7 +63,7 @@ EDIT = sed \
-e 's,@kpriority\@,$(kpriority),g'
TARGETS = nsd nsd-zonec nsd-notify nsd-xfer nsdc.sh nsd-checkconf nsd-patch nsd.conf.sample \
- nsd.8 zonec.8 nsd-notify.8 nsd-xfer.8 nsdc.8 nsd-checkconf.8 nsd-patch.8 nsd.conf.5
+ nsd.8 nsd-zonec.8 nsd-notify.8 nsd-xfer.8 nsdc.8 nsd-checkconf.8 nsd-patch.8 nsd.conf.5
ALL_OBJECTS = \
answer.o \
@@ -330,9 +330,9 @@ nsdc.8: $(srcdir)/nsdc.8.in config.h
rm -f nsdc.8
$(EDIT) $(srcdir)/nsdc.8.in > nsdc.8
-zonec.8: $(srcdir)/zonec.8.in config.h
- rm -f zonec.8
- $(EDIT) $(srcdir)/zonec.8.in > zonec.8
+nsd-zonec.8: $(srcdir)/zonec.8.in config.h
+ rm -f nsd-zonec.8
+ $(EDIT) $(srcdir)/zonec.8.in > nsd-zonec.8
nsd-notify.8: $(srcdir)/nsd-notify.8.in config.h
rm -f nsd-notify.8