freebsd-dev/usr.sbin/setfmac/Makefile
Robert Watson a8896b02e0 Add support for -R for file relabel operations.
Add 'setfsmac' link, which permits labels to be provided in a label
specification file, making it easier to provide initial file system
labeling specifications.  This is used by the new mac_lomac to
provide initial system labeling and policy, and by sebsd, the port
of SELinux FLASK/TE to FreeBSD.

Approved by:	re (jhb)
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2002-12-02 03:22:57 +00:00

14 lines
174 B
Makefile

# $FreeBSD$
PROG= setfmac
MAN= setfmac.8
SRCS= setfmac.c
LINKS+= ${BINDIR}/setfmac ${BINDIR}/setfsmac
MLINKS+= setfmac.8 setfsmac.8
WARNS?= 2
.include <bsd.prog.mk>