Edit

thodg/got/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2019-01-02 15:47:01
    Hash : aeb03748
    Message : don't run regress tests by default

  • Makefile
  • SUBDIR = libexec got tog
    
    .if make(regress)
    SUBDIR += regress
    .endif
    
    .include <bsd.subdir.mk>