Searched defs:PWDIR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A DMakefile56 # to find it with grep "^PWDIR" ...
58 PWDIR =/etc macro
87 -@if [ -f $(PWDIR)/security/passwd.adjunct ]; then \
95 passwd.time: $(PWDIR)/passwd $(PWDIR)/shadow
96 -@if [ -f $(PWDIR)/security/passwd.adjunct ]; then \
97 (nawk 'BEGIN { FS=":"; OFS=":" } /^[a-zA-Z0-9_]/ { $$2 = "##" $$1; printf "%s\t%s\n", $$1, $$0 }' $(PWDIR)/passwd $(CHKPIPE)) | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byname; \
98 (nawk 'BEGIN { FS=":"; OFS=":" } /^[a-zA-Z0-9_]/ { $$2 = "##" $$1; printf "%-10d\t%s\n", $$3, $$0 }' $(PWDIR)/passwd $(CHKPIPE)) | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byuid; \
99 elif [ -f $(PWDIR)/shadow ]; then \
100 (nawk 'BEGIN { FS=":"; OFS=":"; while ( getline < "$(PWDIR)/shado
[all...]

Completed in 56 milliseconds