summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1996-08-09 17:55:18 +0000
committeradam <adam@FreeBSD.org>1996-08-09 17:55:18 +0000
commit3c7c30f3ef97adb47fdc3a14bb5b681f84b8472d (patch)
treedda2fc7a60d7d49ebb0ae053b18c38ef3c9f5621 /usr.sbin
parent3dd6f0384e5396643fca93ba65fec1bbfe18c58c (diff)
downloadFreeBSD-src-3c7c30f3ef97adb47fdc3a14bb5b681f84b8472d.zip
FreeBSD-src-3c7c30f3ef97adb47fdc3a14bb5b681f84b8472d.tar.gz
was missing @
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ypserv/Makefile.yp4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp
index 0a184b0..a540cbd 100644
--- a/usr.sbin/ypserv/Makefile.yp
+++ b/usr.sbin/ypserv/Makefile.yp
@@ -1,7 +1,7 @@
#
# Makefile for the NIS databases
#
-# $Id: Makefile.yp,v 1.10 1996/07/24 14:04:57 peter Exp $
+# $Id: Makefile.yp,v 1.11 1996/07/25 19:32:37 peter Exp $
#
# This Makefile should only be run on the NIS master server of a domain.
# All updated maps will be pushed to all NIS slave servers listed in the
@@ -156,7 +156,7 @@ mail.aliases: $(ALIASES)
@echo "Updating $@..."
@echo $@.$$$$ > $(NFILE)
@$(NEWALIASES) -oA$(ALIASES)
- $(MKDB) -u $(ALIASES).db \
+ @$(MKDB) -u $(ALIASES).db \
| $(DBLOAD) -i $(ALIASES) -o $(YPMAPDIR)/$@ - $(TMP)
@$(MV) $(TMP) $@
@$(DBLOAD) -c
OpenPOWER on IntegriCloud