summaryrefslogtreecommitdiff
path: root/usr/src/lib/libbsm/Makefile
diff options
context:
space:
mode:
authorgww <gary.winiger@oracle.com>2010-07-07 16:44:54 -0700
committergww <gary.winiger@oracle.com>2010-07-07 16:44:54 -0700
commit07925104db56e5c3eacc4865b918bd16af5cec59 (patch)
tree3cdb281edd4080184ccb9616043abd948e492a18 /usr/src/lib/libbsm/Makefile
parent448bf8594153765bb5fce82a8888e01e3f6c3bad (diff)
downloadillumos-joyent-07925104db56e5c3eacc4865b918bd16af5cec59.tar.gz
PSARC/2010/003 EOL and removal of audit_user(4) and getauusernam(3bsm)
6914742 remove audit_user phase 1 PSARC/2010/003 EOL and removal of audit_user(4) and getauusernam(3bsm)
Diffstat (limited to 'usr/src/lib/libbsm/Makefile')
-rw-r--r--usr/src/lib/libbsm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/libbsm/Makefile b/usr/src/lib/libbsm/Makefile
index e437475e3b..9b522bff9e 100644
--- a/usr/src/lib/libbsm/Makefile
+++ b/usr/src/lib/libbsm/Makefile
@@ -19,8 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
#
include ../Makefile.lib
@@ -71,7 +70,7 @@ clean clobber delete: $(SUBDIRS)
ROOTETCSECURITY = $(ROOT)/etc/security
$(ROOTETCSECURITY) := DIRMODE = 0755
-ESFILES = audit_class audit_control audit_event audit_user
+ESFILES = audit_class audit_control audit_event
ESSRC = $(ESFILES:%=%.txt)
ETCSECURITYFILES = $(ESFILES:%=$(ROOTETCSECURITY)/%)
$(ETCSECURITYFILES) := FILEMODE = 0644