diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index 67da59ad8612..a7a50db2077b 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.1 1995/12/09 04:33:14 wpaul Exp $ +# $Id: Makefile.yp,v 1.1.1.1 1995/12/16 20:54:17 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 @@ -41,7 +41,7 @@ CAT = @$(RCAT) DBLOAD = /usr/sbin/yp_mkdb -m `hostname` MKNETID = /usr/libexec/mknetid -YPPUSH = /usr/bin/yppush +YPPUSH = /usr/sbin/yppush DOMAIN = `/bin/domainname` REVNETGROUP = /usr/libexec/revnetgroup