opnsense-src/contrib/libdiff/test/arraylist_test/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
196 B
Makefile
Raw Normal View History

.PATH:${.CURDIR}/../../lib
.PATH:${.CURDIR}/..
PROG = arraylist_test
SRCS = arraylist_test.c
CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
NOMAN = yes
.include <bsd.regress.mk>