Good afternoon! So, before the next make build I must rebuild the yacc alone. I would like to know how can I rebuild yacc. I searched in old errata patches, Makefiles, bsd.*.mk files. In my previous logfile (2008.07.07/src_make_build) I see, that by yacc the "make cleandir" is used: "rm -f yacc.cat1 ... rm -f .depend ...tags"
So is this correct? cd usr.bin/yacc make obj make cleandir make depend make make install In general, how can I ascertain, what kind of make Phony Targets must I use? I didn't read through the whole stuff (docs, all Makefiles, etc) yet, so I rejoice at a link too. Thank You!

