mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Currently only performs basic tests against the library string routines, and queries less important kernel state. Obtained from: TrustedBSD Project Sponsored by: SPAWAR, SPARTA MFC after: 3 days
8 lines
99 B
Makefile
8 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= test_ugidfw
|
|
DPADD= ${LIBUGIDFW}
|
|
LDADD= -lugidfw
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|