From 5396b38d3d584d3b49efa6caf101d3b04ee635f4 Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 6 Feb 2002 20:42:36 +0000 Subject: Fix an inconsistency between what FreeBSD NIS and AMD think the AMD map name should be. --- usr.sbin/ypserv/Makefile.yp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ypserv') diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index 83e6c3c..74bb41c 100644 --- a/usr.sbin/ypserv/Makefile.yp +++ b/usr.sbin/ypserv/Makefile.yp @@ -116,7 +116,7 @@ MASTER = $(MASTER_PASSWD) YPSERVERS = $(YPDIR)/ypservers # List of all NIS servers for a domain PUBLICKEY = $(YPSRCDIR)/publickey NETID = $(YPSRCDIR)/netid -AMDHOST = $(YPSRCDIR)/amd.host +AMDHOST = $(YPSRCDIR)/amd.map # List of maps that are always built. # If you want to omit some of them, feel free to comment @@ -160,7 +160,7 @@ PUBLICKEY= /dev/null .endif .if exists($(AMDHOST)) -TARGETS+= amd.host +TARGETS+= amd.map .else AMDHOST= /dev/null .endif @@ -567,7 +567,7 @@ master.passwd.byuid: $(MASTER) .endif -amd.host: $(AMDHOST) +amd.map: $(AMDHOST) @echo "Updating $@..." $(CAT) $(AMDHOST) | \ $(AWK) '$$1 !~ "^#.*" { \ -- cgit v1.1