Makefile (ead1f93ee620d7580f7e53350fe5a884fc4f158a) | Makefile (9444c26f4faabda140242c3986089704c4073ced) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 41 unchanged lines hidden (view full) --- 50ESDFILES = auth_attr exec_attr prof_attr 51ESFILES = $(ESDFILES) policy.conf 52ESSRC = $(ESFILES:%=%) 53ETCSECURITYFILES = $(ESFILES:%=$(ROOTETCSECURITY)/%) 54ETCSECURITYDFILES = $(ESDFILES:%=$(ROOTETCSECURITY)/%.d/SUNWcs) 55 56 57MFSTFILES = rbac.xml | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 41 unchanged lines hidden (view full) --- 50ESDFILES = auth_attr exec_attr prof_attr 51ESFILES = $(ESDFILES) policy.conf 52ESSRC = $(ESFILES:%=%) 53ETCSECURITYFILES = $(ESFILES:%=$(ROOTETCSECURITY)/%) 54ETCSECURITYDFILES = $(ESDFILES:%=$(ROOTETCSECURITY)/%.d/SUNWcs) 55 56 57MFSTFILES = rbac.xml |
58MANIFESTDIR = $(ROOT)/var/svc/manifest/system | 58MANIFESTDIR = $(ROOT)/lib/svc/manifest/system |
59MANIFEST = $(MFSTFILES:%=$(MANIFESTDIR)/%) 60$(MANIFEST) := FILEMODE = 0444 61 62METHODFILES = svc-rbac 63METHODDIR = $(ROOT)/lib/svc/method 64METHOD = $(METHODFILES:%=$(METHODDIR)/%) 65$(METHOD) := FILEMODE = 0555 66 --- 75 unchanged lines hidden --- | 59MANIFEST = $(MFSTFILES:%=$(MANIFESTDIR)/%) 60$(MANIFEST) := FILEMODE = 0444 61 62METHODFILES = svc-rbac 63METHODDIR = $(ROOT)/lib/svc/method 64METHOD = $(METHODFILES:%=$(METHODDIR)/%) 65$(METHOD) := FILEMODE = 0555 66 --- 75 unchanged lines hidden --- |