blob: 5ca3f5b2ad12e38f211a951688ed5403b1a9a161 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Description: build and install only the library
Other files will be package separately with all
possible triggers etc.
Index: b/usr/src/lib/libsecdb/Makefile
===================================================================
--- a/usr/src/lib/libsecdb/Makefile
+++ b/usr/src/lib/libsecdb/Makefile
@@ -75,12 +75,6 @@ $(CLASS_SCR_FILES) := FILEMODE = 0555
all clean clobber delete install lint package: $(SUBDIRS)
_msg: $(MSGSUBDIRS)
-install: install_data
-
-install_data: $(ETCSECURITYFILES) $(ETCSECURITYDFILES) $(ETCFILES) \
- $(ETCDFILES) $(CLASS_SCR_FILES) $(MANIFESTDIR) $(MANIFEST) \
- $(METHODDIR) $(METHOD)
-
ATTR_FILES = auth_attr exec_attr prof_attr user_attr
${ATTR_FILES}: $$@.txt ${CLASS_SCR_SRC_DIR}/i.rbac
> $@
|