Edit

thodg/got/regress/delta/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-07-09 22:23:00
    Hash : 63581804
    Message : rename zbuf to inflate

  • regress/delta/Makefile
  • .PATH:${.CURDIR}/../../lib
    
    PROG = delta_test
    SRCS = delta.c error.c opentemp.c path.c inflate.c delta_test.c
    
    CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
    LDADD = -lz
    DEBUG = -O0 -g
    CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
    
    NOMAN = yes
    
    .include <bsd.regress.mk>