summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-24 00:00:57 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-24 00:00:57 +0000
commitc1f79de8c7e95092759b8bf882668ce50bc83a7c (patch)
treeaffb696135e5bafb9ef35aa4bddc59b5f810ab27 /bin/ps/Makefile
parentf39fb18da2b62bda9a9ba207ddb60f83ec48c7e9 (diff)
downloadFreeBSD-src-c1f79de8c7e95092759b8bf882668ce50bc83a7c.zip
FreeBSD-src-c1f79de8c7e95092759b8bf882668ce50bc83a7c.tar.gz
Use the MAC interface to list process MAC labels rather than using
the LOMAC-specific interface (which is being deprecated). The revised LOMAC using the MAC framework will export levels listable using this mechanism. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r--bin/ps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index b90e8a5..0bebcb4 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -2,7 +2,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/2/93
PROG= ps
-SRCS= fmt.c keyword.c nlist.c print.c ps.c lomac.c
+SRCS= fmt.c keyword.c nlist.c print.c ps.c
#
# To support "lazy" ps for non root/wheel users
# add -DLAZY_PS to the cflags. This helps
OpenPOWER on IntegriCloud