1.PATH:${.CURDIR}/../../lib 2.PATH:${.CURDIR}/.. 3 4PROG = results_test 5SRCS = results_test.c diff_atomize_text.c diff_main.c 6 7CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib 8 9NOMAN = yes 10 11.include <bsd.regress.mk> 12