summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-02-06 20:42:36 +0000
committermarkm <markm@FreeBSD.org>2002-02-06 20:42:36 +0000
commit5396b38d3d584d3b49efa6caf101d3b04ee635f4 (patch)
tree66c23e924232464c0f9b71d2c59010f66ff06c8c /usr.sbin/ypserv
parent5351d0d669aaf357b31d421e05f270a7651e1f8b (diff)
downloadFreeBSD-src-5396b38d3d584d3b49efa6caf101d3b04ee635f4.zip
FreeBSD-src-5396b38d3d584d3b49efa6caf101d3b04ee635f4.tar.gz
Fix an inconsistency between what FreeBSD NIS and AMD think the
AMD map name should be.
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r--usr.sbin/ypserv/Makefile.yp6
1 files changed, 3 insertions, 3 deletions
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 !~ "^#.*" { \
OpenPOWER on IntegriCloud