freebsd-src/tools/regression/mac/mac_bsdextended/Makefile
Robert Watson babcc5ad79 Starting point for a regression test for mac_bsdextended(4)/libugidfw(3).
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
2005-04-16 12:06:40 +00:00

9 lines
99 B
Makefile

# $FreeBSD$
PROG= test_ugidfw
DPADD= ${LIBUGIDFW}
LDADD= -lugidfw
NO_MAN=
.include <bsd.prog.mk>