20 lines
385 B
Plaintext
20 lines
385 B
Plaintext
#
|
|
# Sample /var/yp/updaters file
|
|
#
|
|
# Update file for NIS
|
|
|
|
# where the NIS files live
|
|
DIR=/etc
|
|
# where the NIS binaries live
|
|
EXEDIR=/usr/sbin
|
|
# where the NIS scripts live
|
|
SCRIPTDIR=/var/yp
|
|
|
|
all: hosts.byname bootparams
|
|
|
|
hosts.byname:
|
|
-@$(EXEDIR)/registrar $(DIR)/hosts "$(SCRIPTDIR)/ypmake hosts"
|
|
|
|
bootparams:
|
|
$(EXEDIR)/updbootparam $(DIR)/bootparams "$(SCRIPTDIR)/ypmake bootparams"
|