babcc5ad79
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
9 lines
99 B
Makefile
9 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= test_ugidfw
|
|
DPADD= ${LIBUGIDFW}
|
|
LDADD= -lugidfw
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|