mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
12 lines
196 B
Makefile
12 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>
|