diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1998-02-21 18:14:30 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1998-02-21 18:14:30 +0000 |
| commit | 32b14f697c743074a8a49be3b66c6e6bb3761b9a (patch) | |
| tree | 7ee5e088b9e20beaad306fbdd218b163fe6fc1c7 /usr.sbin | |
| parent | 4bd4f74b5ff8a63cebf2641231af779b31668740 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ypserv/Makefile.yp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index 75d2f83cb805..1713fc785c8e 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.22 1998/02/18 04:11:49 wpaul Exp $ +# $Id: Makefile.yp,v 1.23 1998/02/20 04:00:48 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,6 @@ 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) $@ |
