Edit

thodg/got/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2019-02-08 15:57:06
    Hash : e06046c2
    Message : do not forget about regress tests during 'make obj'

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