CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2016/09/27 05:08:32
Modified files: regress/bin/ksh/vi: Makefile Log message: fix dependency, fixing regress if make regress is called with a clean obj (like the parent does). When make is called in the parent dir, both make regress and make all are called for the vi subdir. Need to figure out how to avoid that.