freebsd-dev/usr.sbin/ugidfw/Makefile
Robert Watson 34d26f04c3 Introduce support for Mandatory Access Control and extensible
kernel access control.

Provide ugidfw, a utility to manage the ruleset provided by
mac_bsdextended.  Similar to ipfw, only for uids/gids and files.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs
2002-08-02 07:14:22 +00:00

8 lines
77 B
Makefile

# $FreeBSD$
PROG= ugidfw
NOMAN= yes
LDADD= -lugidfw
.include <bsd.prog.mk>