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-19 10:53:58 +00:00
Code
Issues
Releases
Activity
a832f947f3
freebsd
/
usr.sbin
/
getpmac
/
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
=
getpmac
Activate getpmac.8
2003-01-15 01:43:09 +00:00
MAN
=
getpmac.8
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
SRCS
=
getpmac.c
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
?=
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