CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/13 13:31:58
Modified files:
usr.bin/which : Makefile whereis.1
Log message:
My clever "expand _PATH_STDPATH in whereis.1" logic broke the build if
you forgot to make obj first. Switch to putting the path in the manpage
and just verifying at build-time whether it's correct.
Problem pointed out by rpe@
