CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/09/28 14:09:52
Modified files: regress/usr.bin/ssh/unittests: Makefile.inc Log message: Add a makefile rule to create the ssh library when regress needs it. This allows to run the ssh regression tests without doing a "make build" before. Discussed with dtucker@ and djm@; OK djm@