Edit

thodg/got/regress/path/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2019-01-12 19:48:12
    Hash : 1c11b35c
    Message : add a test for got_compare_paths()

  • regress/path/Makefile
  • .PATH:${.CURDIR}/../../lib
    
    PROG = path_test
    SRCS = error.c path.c sha1.c path_test.c
    
    CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
    LDADD = -lutil -lz
    
    NOMAN = yes
    
    .include <bsd.regress.mk>