mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
git-subtree-dir: contrib/libdiff git-subtree-mainline:f6d489f402git-subtree-split:9eb461aa4bReviewed by: imp Sponsored by: Klara, Inc.
11 lines
196 B
Makefile
11 lines
196 B
Makefile
.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>
|