xref: /illumos-gate/usr/src/cmd/fs.d/smbclnt/svc/Makefile (revision a5f20e89)
14bff34e3Sthurlow#
24bff34e3Sthurlow# CDDL HEADER START
34bff34e3Sthurlow#
44bff34e3Sthurlow# The contents of this file are subject to the terms of the
54bff34e3Sthurlow# Common Development and Distribution License (the "License").
64bff34e3Sthurlow# You may not use this file except in compliance with the License.
74bff34e3Sthurlow#
84bff34e3Sthurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94bff34e3Sthurlow# or http://www.opensolaris.org/os/licensing.
104bff34e3Sthurlow# See the License for the specific language governing permissions
114bff34e3Sthurlow# and limitations under the License.
124bff34e3Sthurlow#
134bff34e3Sthurlow# When distributing Covered Code, include this CDDL HEADER in each
144bff34e3Sthurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154bff34e3Sthurlow# If applicable, add the following below this CDDL HEADER, with the
164bff34e3Sthurlow# fields enclosed by brackets "[]" replaced with your own identifying
174bff34e3Sthurlow# information: Portions Copyright [yyyy] [name of copyright owner]
184bff34e3Sthurlow#
194bff34e3Sthurlow# CDDL HEADER END
204bff34e3Sthurlow#
214bff34e3Sthurlow#
224bff34e3Sthurlow# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
234bff34e3Sthurlow# Use is subject to license terms.
244bff34e3Sthurlow#
250463c800SGordon Ross# Copyright 2019 Nexenta by DDN, Inc. All rights reserved.
264bff34e3Sthurlow#
274bff34e3Sthurlow
284bff34e3SthurlowMANIFEST=	client.xml
294bff34e3SthurlowSVCMETHOD=	smb-client
304bff34e3Sthurlow
314bff34e3Sthurlowinclude $(SRC)/cmd/Makefile.cmd
324bff34e3Sthurlow
330463c800SGordon RossETCSECURITYFILES =	exec_attr.d/SUNWsmbfs
340463c800SGordon RossROOTETCSECURITY =	$(ROOT)/etc/security
350463c800SGordon Ross$(ROOTETCSECURITY) :=   DIRMODE = 0755
360463c800SGordon RossROOTETCSECURITYFILES =  $(ETCSECURITYFILES:%=$(ROOTETCSECURITY)/%)
370463c800SGordon Ross$(ROOTETCSECURITYFILES) := FILEMODE = 0644
380463c800SGordon Ross
394bff34e3SthurlowROOTMANIFESTDIR=	$(ROOTSVCNETWORKSMB)
404bff34e3Sthurlow
41*a5f20e89SToomas Soomeall:
424bff34e3Sthurlow
430463c800SGordon Rossinstall:	$(ROOTMANIFEST) $(ROOTSVCMETHOD) $(ROOTETCSECURITYFILES)
440463c800SGordon Ross
450463c800SGordon Ross$(ROOTETCSECURITY)/exec_attr.d/%:%
460463c800SGordon Ross	$(INS.file)
474bff34e3Sthurlow
484bff34e3Sthurlowclean:
494bff34e3Sthurlow
504bff34e3Sthurlowclobber:
514bff34e3Sthurlow
524bff34e3Sthurlowcheck:		$(CHKMANIFEST)
534bff34e3Sthurlow
544bff34e3Sthurlowinclude $(SRC)/cmd/Makefile.targ
55