freebsd-dev/usr.sbin/getpmac/Makefile
Robert Watson 5b38a427c0 Introduce simple command line tools to manage MAC labels on processes and
files.  Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3).
Man pages to be updated shortly.

Approved by:	re
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2002-10-23 03:15:24 +00:00

8 lines
94 B
Makefile

# $FreeBSD$
PROG= getpmac
SRCS= getpmac.c
CFLAGS+=-Wall
NOMAN=yes
.include <bsd.prog.mk>