summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1998-02-20 04:00:48 +0000
committerwpaul <wpaul@FreeBSD.org>1998-02-20 04:00:48 +0000
commitd7895ddcdd56d4d451df06695373798bcc0e12b3 (patch)
tree65f3f802df45d84efff100442c6ab258a66c698d /usr.sbin/ypserv
parentc9bf339daba6922f07ca99c65d76152e42c27eef (diff)
downloadFreeBSD-src-d7895ddcdd56d4d451df06695373798bcc0e12b3.zip
FreeBSD-src-d7895ddcdd56d4d451df06695373798bcc0e12b3.tar.gz
Arghhh.... another missing backslash. Yes, I feel stupid.
Diffstat (limited to 'usr.sbin/ypserv')
-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 4841ad0..75d2f83 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.21 1998/02/13 03:38:41 wpaul Exp $
+# $Id: Makefile.yp,v 1.22 1998/02/18 04:11:49 wpaul 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
@@ -440,7 +440,7 @@ services.byname: $(SERVICES)
printf("%s/%s", $$n, t[2]) }; \
print "\t"$$0; \
if (n == 1) n = 2; \
- }
+ } \
} ; print $$2"\t"$$0 ; \
}' $^ | $(DBLOAD) -i $(SERVICES) -o $(YPMAPDIR)/$@ - $(TMP); \
$(RMV) $(TMP) $@
OpenPOWER on IntegriCloud