This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-21 11:13:30 +00:00
Code
Issues
Releases
Activity
5f892a7ff0
freebsd
/
usr.sbin
/
getfmac
/
Makefile
10 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
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
# $FreeBSD$
PROG
=
getfmac
MAN
=
getfmac.8
In general, prefer WARNS to CFLAGS+=-Wall. Tend towards a more BSD-esque Makefile style. Submitted by: obrien Approved by: re
2002-12-01 23:10:28 +00:00
SRCS
=
getfmac.c
WARNS
?=
2
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
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink