This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
536613bc35
freebsd-dev
/
usr.sbin
/
getfmac
/
Makefile
9 lines
79 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
WARNS?=6 cleanup for [gs]et[fp]mac: - Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 to 6 (this is a diff reduction for a subsequent commit against these Makefile's)
2005-01-27 14:44:39 +00:00
WARNS
?=
6
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
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