Makefile revision 288192
11195Srgrimes#	from: @(#)Makefile	5.11 (Berkeley) 5/21/91
250472Speter# $FreeBSD: stable/10/etc/Makefile 288192 2015-09-24 20:56:26Z emaste $
337Srgrimes
4156813Sru.include <bsd.own.mk>
5156813Sru
6278067SngieSUBDIR=	\
7278067Sngie	newsyslog.conf.d
8278067Sngie
9156813Sru.if ${MK_SENDMAIL} != "no"
10278067SngieSUBDIR+=sendmail
1173251Sgshapiro.endif
1238103Speter
13278558SngieBIN1=	crontab \
14231849Seadler	devd.conf \
15231849Seadler	devfs.conf \
16231849Seadler	ddb.conf \
17231849Seadler	dhclient.conf \
18231849Seadler	disktab \
19231849Seadler	fbtab \
20231849Seadler	gettytab \
21231849Seadler	group \
22231849Seadler	hosts \
23231849Seadler	hosts.allow \
24231849Seadler	hosts.equiv \
25231849Seadler	libalias.conf \
26253853Sjlh	libmap.conf \
27231849Seadler	login.access \
28231849Seadler	login.conf \
29231849Seadler	mac.conf \
30231849Seadler	motd \
31231849Seadler	netconfig \
32231849Seadler	network.subr \
33231849Seadler	networks \
34231849Seadler	newsyslog.conf \
35231849Seadler	nsswitch.conf \
36231849Seadler	phones \
37231849Seadler	profile \
38231849Seadler	protocols \
39231849Seadler	rc \
40231849Seadler	rc.bsdextended \
41231849Seadler	rc.firewall \
42231849Seadler	rc.initdiskless \
43231849Seadler	rc.shutdown \
44231849Seadler	rc.subr \
45231849Seadler	remote \
46231849Seadler	rpc \
47231849Seadler	services \
48231849Seadler	shells \
49231849Seadler	sysctl.conf \
50231849Seadler	syslog.conf \
51280420Sngie	termcap.small \
52155210Srwatson
53255425Sdes.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
54255413SdesBIN1+=	libmap32.conf
55255385Sdes.endif
56255385Sdes
57199249Sed.if exists(${.CURDIR}/etc.${MACHINE}/ttys)
58199249SedBIN1+=	etc.${MACHINE}/ttys
59209134Simp.elif exists(${.CURDIR}/etc.${MACHINE_ARCH}/ttys)
60209134SimpBIN1+=	etc.${MACHINE_ARCH}/ttys
61209134Simp.elif exists(${.CURDIR}/etc.${MACHINE_CPUARCH}/ttys)
62209134SimpBIN1+=	etc.${MACHINE_CPUARCH}/ttys
63199249Sed.else
64209134Simp.error etc.MACHINE/ttys missing
65199249Sed.endif
66199249Sed
67155210SrwatsonOPENBSMDIR=			${.CURDIR}/../contrib/openbsm
68155210SrwatsonBSM_ETC_OPEN_FILES=		${OPENBSMDIR}/etc/audit_class \
69155210Srwatson				${OPENBSMDIR}/etc/audit_event
70155210SrwatsonBSM_ETC_RESTRICTED_FILES=	${OPENBSMDIR}/etc/audit_control \
71155210Srwatson				${OPENBSMDIR}/etc/audit_user
72155210SrwatsonBSM_ETC_EXEC_FILES=		${OPENBSMDIR}/etc/audit_warn
73155210SrwatsonBSM_ETC_DIR=			${DESTDIR}/etc/security
74155210Srwatson
75183242Ssam# NB: keep these sorted by MK_* knobs
76183242Ssam
77183242Ssam.if ${MK_AMD} != "no"
78183242SsamBIN1+= amd.map
79183242Ssam.endif
80183242Ssam
81183242Ssam.if ${MK_APM} != "no"
82183242SsamBIN1+= apmd.conf
83183242Ssam.endif
84183242Ssam
85278558Sngie.if ${MK_AUTOFS} != "no"
86278558SngieBIN1+= auto_master
87278558Sngie.endif
88278558Sngie
89183242Ssam.if ${MK_BSNMP} != "no"
90183242SsamBIN1+= snmpd.config
91183242Ssam.endif
92183242Ssam
93183242Ssam.if ${MK_FREEBSD_UPDATE} != "no"
94183242SsamBIN1+= freebsd-update.conf
95183242Ssam.endif
96183242Ssam
97279505Sngie.if ${MK_FTP} != "no"
98279505SngieBIN1+= ftpusers
99279505Sngie.endif
100279505Sngie
101279505Sngie.if ${MK_INETD} != "no"
102279505SngieBIN1+= inetd.conf
103279505Sngie.endif
104279505Sngie
105183242Ssam.if ${MK_LOCATE} != "no"
106183242SsamBIN1+=	${.CURDIR}/../usr.bin/locate/locate/locate.rc
107183242Ssam.endif
108183242Ssam
109156813Sru.if ${MK_LPR} != "no"
110183242SsamBIN1+=	hosts.lpd printcap
111121911Smarkm.endif
11237Srgrimes
113183242Ssam.if ${MK_MAIL} != "no"
114183242SsamBIN1+=	${.CURDIR}/../usr.bin/mail/misc/mail.rc
115158115Sume.endif
116158115Sume
117193635Sedwin.if ${MK_NTP} != "no"
118193635SedwinBIN1+=	ntp.conf
119193635Sedwin.endif
120193635Sedwin
121156813Sru.if ${MK_OPENSSH} != "no"
12257488SpeterSSH=	${.CURDIR}/../crypto/openssh/ssh_config \
12374837Sgreen	${.CURDIR}/../crypto/openssh/sshd_config \
124124214Sdes	${.CURDIR}/../crypto/openssh/moduli
12557459Smarkm.endif
126156813Sru.if ${MK_OPENSSL} != "no"
12760677SkrisSSL=	${.CURDIR}/../crypto/openssl/apps/openssl.cnf
12860677Skris.endif
12960677Skris
130183242Ssam.if ${MK_NS_CACHING} != "no"
131183242SsamBIN1+= nscd.conf
132183242Ssam.endif
133183242Ssam
134183242Ssam.if ${MK_PORTSNAP} != "no"
135183242SsamBIN1+= portsnap.conf
136183242Ssam.endif
137183242Ssam
138183242Ssam.if ${MK_PF} != "no"
139183242SsamBIN1+= pf.os
140183242Ssam.endif
141183242Ssam
142280419Sngie.if ${MK_SENDMAIL} != "no"
143280419SngieBIN1+=	rc.sendmail
144280419Sngie.endif
145280419Sngie
146184343Ssam.if ${MK_TCSH} != "no"
147184343SsamBIN1+= csh.cshrc csh.login csh.logout
148184343Ssam.endif
149184343Ssam
150183268Ssam.if ${MK_WIRELESS} != "no"
151183268SsamBIN1+= regdomain.xml
152183268Ssam.endif
153183268Ssam
15482521Salex# -rwxr-xr-x root:wheel, for the new cron root:wheel
155108002SgreenBIN2=	netstart pccard_ether rc.suspend rc.resume
156147Srgrimes
157288192SemasteMTREE=	BSD.debug.dist BSD.include.dist BSD.root.dist BSD.usr.dist BSD.var.dist
158260013Sjmmv.if ${MK_TESTS} != "no"
159260013SjmmvMTREE+=	BSD.tests.dist
160260013Sjmmv.endif
161156813Sru.if ${MK_SENDMAIL} != "no"
16295144SgshapiroMTREE+=	BSD.sendmail.dist
16395144Sgshapiro.endif
16499451Sru
16599451SruPPPCNF=	ppp.conf
16699451Sru
167156813Sru.if ${MK_SENDMAIL} == "no"
168117292SgshapiroETCMAIL=mailer.conf aliases
169117292Sgshapiro.else
17064598SgshapiroETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \
17164598Sgshapiro	mailertable.sample aliases
172117292Sgshapiro.endif
17337Srgrimes
174263Srgrimes# Special top level files for FreeBSD
17599449SruFREEBSD=COPYRIGHT
176263Srgrimes
177245825Sbrooks# Sanitize DESTDIR
178245825SbrooksDESTDIR:=	${DESTDIR:C://*:/:g}
179245825Sbrooks
180124831Sruafterinstall:
181156813Sru.if ${MK_MAN} != "no"
182173135Syar	${_+_}cd ${.CURDIR}/../share/man; ${MAKE} makedb
183124831Sru.endif
184124831Sru
1854487Sphkdistribute:
186270187Sian	# Avoid installing tests here; "make distribution" will do this and
187270187Sian	# correctly place them in the right location.
188271605Sgjb	${_+_}cd ${.CURDIR} ; ${MAKE} -DNO_TESTS install \
189270187Sian	    DESTDIR=${DISTDIR}/${DISTRIBUTION}
190173135Syar	${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
1915948Sjkh
192142794Sru.include <bsd.endian.mk>
193142794Sru.if ${TARGET_ENDIANNESS} == "1234"
194152471SruCAP_MKDB_ENDIAN?= -l
195152471SruPWD_MKDB_ENDIAN?= -L
196142794Sru.elif ${TARGET_ENDIANNESS} == "4321"
197152471SruCAP_MKDB_ENDIAN?= -b
198152471SruPWD_MKDB_ENDIAN?= -B
199142794Sru.else
200149515SimpCAP_MKDB_ENDIAN?=
201149515SimpPWD_MKDB_ENDIAN?=
202142794Sru.endif
203142794Sru
204246097Sbrooks.if defined(NO_ROOT)
205246097SbrooksMETALOG.add?=	cat -l >> ${METALOG}
206246097Sbrooks.endif
207246097Sbrooks
2084487Sphkdistribution:
209148282Sru.if !defined(DESTDIR)
210148282Sru	@echo "set DESTDIR before running \"make ${.TARGET}\""
211148282Sru	@false
212148282Sru.endif
21399449Sru	cd ${.CURDIR}; \
214100872Sru	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
21599451Sru		${BIN1} ${DESTDIR}/etc; \
216142794Sru	    cap_mkdb ${CAP_MKDB_ENDIAN} ${DESTDIR}/etc/login.conf; \
217100872Sru	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \
21899451Sru		${BIN2} ${DESTDIR}/etc; \
219100872Sru	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
220184343Ssam		master.passwd nsmb.conf opieaccess ${DESTDIR}/etc;
221205329Sed.if ${MK_AT} == "no"
222205335Sed	sed -i "" -e 's;.*/usr/libexec/atrun;#&;' ${DESTDIR}/etc/crontab
223205329Sed.endif
224184343Ssam.if ${MK_TCSH} == "no"
225184443Smp	sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd
226184343Ssam.endif
227184343Ssam	pwd_mkdb ${PWD_MKDB_ENDIAN} -i -p -d ${DESTDIR}/etc \
228184343Ssam	    ${DESTDIR}/etc/master.passwd
229246097Sbrooks.if defined(NO_ROOT)
230246097Sbrooks	( \
231246097Sbrooks		echo "./etc/login.conf.db type=file mode=0644 uname=root gname=wheel"; \
232246097Sbrooks		echo "./etc/passwd type=file mode=0644 uname=root gname=wheel"; \
233246097Sbrooks		echo "./etc/pwd.db type=file mode=0644 uname=root gname=wheel"; \
234246097Sbrooks		echo "./etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
235246097Sbrooks	) | ${METALOG.add}
236246097Sbrooks.endif
237278558Sngie.if ${MK_AUTOFS} != "no"
238270892Strasz	${_+_}cd ${.CURDIR}/autofs; ${MAKE} install
239278558Sngie.endif
240183242Ssam.if ${MK_BLUETOOTH} != "no"
241173135Syar	${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
242183242Ssam.endif
243173135Syar	${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
244186249Sthompsa	${_+_}cd ${.CURDIR}/devd; ${MAKE} install
245173135Syar	${_+_}cd ${.CURDIR}/gss; ${MAKE} install
246173135Syar	${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
247280419Sngie.if ${MK_PKGBOOTSTRAP} != "no"
248257353Sbdrewery	${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
249280419Sngie.endif
250173135Syar	${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
251173135Syar	${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
252173135Syar	${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
253173135Syar	${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
254155210Srwatson	cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \
255155210Srwatson	    ${BSM_ETC_OPEN_FILES} ${BSM_ETC_DIR}
256155571Srwatson	cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0600 \
257155210Srwatson	    ${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR}
258155210Srwatson	cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \
259155210Srwatson	    ${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR}
260255841Sdes.if ${MK_UNBOUND} != "no"
261255841Sdes	if [ ! -e ${DESTDIR}/etc/unbound ]; then \
262255841Sdes		${INSTALL_SYMLINK} ../var/unbound ${DESTDIR}/etc/unbound; \
263255841Sdes	fi
264255841Sdes.endif
265156813Sru.if ${MK_SENDMAIL} != "no"
266173135Syar	${_+_}cd ${.CURDIR}/sendmail; ${MAKE} distribution
26773251Sgshapiro.endif
268156813Sru.if ${MK_OPENSSH} != "no"
269100872Sru	cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
27099451Sru	    ${SSH} ${DESTDIR}/etc/ssh
27157488Speter.endif
272156813Sru.if ${MK_OPENSSL} != "no"
273100872Sru	cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
27499451Sru	    ${SSL} ${DESTDIR}/etc/ssl
27560677Skris.endif
276156813Sru.if ${MK_KERBEROS} != "no"
27799449Sru	cd ${.CURDIR}/root; \
278100872Sru	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
279120709Sphk		dot.k5login ${DESTDIR}/root/.k5login;
280120709Sphk.endif
281120709Sphk	cd ${.CURDIR}/root; \
282120709Sphk	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
283184343Ssam		dot.profile ${DESTDIR}/root/.profile; \
284184343Ssam	    rm -f ${DESTDIR}/.profile; \
285184343Ssam	    ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile
286184343Ssam.if ${MK_TCSH} != "no"
287184343Ssam	cd ${.CURDIR}/root; \
288184343Ssam	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
28999451Sru		dot.cshrc ${DESTDIR}/root/.cshrc; \
290100872Sru	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
29199451Sru		dot.login ${DESTDIR}/root/.login; \
292184343Ssam	    rm -f ${DESTDIR}/.cshrc; \
293184343Ssam	    ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc
294184343Ssam.endif
295100872Sru	cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
2961731Sjkh	    ${MTREE} ${DESTDIR}/etc/mtree
297183242Ssam.if ${MK_PPP} != "no"
298119058Sobrien	cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
2996177Samurai	    ${PPPCNF} ${DESTDIR}/etc/ppp
300183242Ssam.endif
301183242Ssam.if ${MK_MAIL} != "no"
302100872Sru	cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
30364598Sgshapiro	    ${ETCMAIL} ${DESTDIR}/etc/mail
304243101Seadler	if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
30564629Sgshapiro	      ! -f ${DESTDIR}/etc/aliases ]; then \
30664629Sgshapiro		ln -s mail/aliases ${DESTDIR}/etc/aliases; \
30764629Sgshapiro	fi
308183242Ssam.endif
309100872Sru	${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \
31037Srgrimes	    ${DESTDIR}/etc/dumpdates
311280419Sngie.if ${MK_LOCATE} != "no"
312100872Sru	${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
313147Srgrimes	    ${DESTDIR}/var/db/locate.database
314280419Sngie.endif
315100872Sru	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
3161759Sjkh	    ${DESTDIR}/var/crash
317100872Sru	cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
31899451Sru		${FREEBSD} ${DESTDIR}/
319209228Savg.if ${MK_BOOT} != "no"
320171427Simp.if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
321126977Sru	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
322126977Sru	    ${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints \
323126977Sru	    ${DESTDIR}/boot/device.hints
324171427Simp.endif
325209228Savg.endif
326224765Sdougb.if ${MK_NIS} == "no"
327224765Sdougb	sed -i "" -e 's/.*_compat:/# &/' -e 's/compat$$/files/' \
328224765Sdougb		${DESTDIR}/etc/nsswitch.conf
329224765Sdougb.endif
33037Srgrimes
331245440SbrooksMTREE_CMD?=	mtree
332245440Sbrooks
333245565SbrooksMTREES=		mtree/BSD.root.dist		/		\
334245565Sbrooks		mtree/BSD.var.dist		/var		\
335245565Sbrooks		mtree/BSD.usr.dist		/usr		\
336288192Semaste		mtree/BSD.include.dist		/usr/include	\
337288192Semaste		mtree/BSD.debug.dist		/usr/lib
338218941Suqs.if ${MK_GROFF} != "no"
339245565SbrooksMTREES+=	mtree/BSD.groff.dist		/usr
340218941Suqs.endif
341260013Sjmmv.if ${MK_TESTS} != "no"
342277457SngieMTREES+=	mtree/BSD.tests.dist		${TESTSBASE}
343260013Sjmmv.endif
344156813Sru.if ${MK_SENDMAIL} != "no"
345245565SbrooksMTREES+=	mtree/BSD.sendmail.dist		/
34695144Sgshapiro.endif
347245565Sbrooks.for mtree in ${LOCAL_MTREE}
348245565SbrooksMTREES+=	../${mtree}			/
349245565Sbrooks.endfor
350245565Sbrooks
351250116Sbrooksdistrib-dirs: ${MTREES:N/*}
352245565Sbrooks	@set ${MTREES}; \
353245565Sbrooks	while test $$# -ge 2; do \
354245565Sbrooks		m=${.CURDIR}/$$1; \
355245565Sbrooks		shift; \
356245565Sbrooks		d=${DESTDIR}$$1; \
357245565Sbrooks		shift; \
358277457Sngie		test -d $$d || mkdir -p $$d; \
359245565Sbrooks		${ECHO} ${MTREE_CMD} -deU ${MTREE_FOLLOWS_SYMLINKS} \
360245565Sbrooks		    -f $$m -p $$d; \
361245565Sbrooks		${MTREE_CMD} -deU ${MTREE_FOLLOWS_SYMLINKS} -f $$m -p $$d; \
362245565Sbrooks	done; true
363245825Sbrooks.if defined(NO_ROOT)
364245825Sbrooks	@set ${MTREES}; \
365245825Sbrooks	while test $$# -ge 2; do \
366245825Sbrooks		m=${.CURDIR}/$$1; \
367245825Sbrooks		shift; \
368245825Sbrooks		d=$$1; \
369245825Sbrooks		test "$$d" == "/" && d=""; \
370245825Sbrooks		d=${DISTBASE}$$d; \
371245825Sbrooks		shift; \
372277457Sngie		test -d $$d || mkdir -p $$d; \
373246127Sbrooks		${ECHO} "${MTREE_CMD:N-W} -C -f $$m -K uname,gname | " \
374246127Sbrooks		    "sed s#^\.#.$$d# | ${METALOG.add}" ; \
375246127Sbrooks		${MTREE_CMD:N-W} -C -f $$m -K uname,gname | sed s#^\.#.$$d# | \
376246127Sbrooks		    ${METALOG.add} ; \
377245825Sbrooks	done; true
378245825Sbrooks.endif
379247162Sache	${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
380280419Sngie.if ${MK_MAN} != "no"
38177993Sache	cd ${DESTDIR}/usr/share/man; \
382245571Sbrooks	for mandir in man*; do \
383245752Sbrooks		${INSTALL_SYMLINK} ../$$mandir \
384245752Sbrooks		    ${DESTDIR}/usr/share/man/en.ISO8859-1/; \
385245752Sbrooks		${INSTALL_SYMLINK} ../$$mandir \
386245752Sbrooks		    ${DESTDIR}/usr/share/man/en.UTF-8/; \
38777993Sache	done
388280419Sngie.if ${MK_OPENSSL} != "no"
389110663Sache	cd ${DESTDIR}/usr/share/openssl/man; \
390245571Sbrooks	for mandir in man*; do \
391245752Sbrooks		${INSTALL_SYMLINK} ../$$mandir \
392245571Sbrooks		    ${DESTDIR}/usr/share/openssl/man/en.ISO8859-1/; \
393245571Sbrooks	done
394280419Sngie.endif
395110663Sache	set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
396245571Sbrooks	while [ $$# -gt 0 ] ; do \
397245752Sbrooks		${INSTALL_SYMLINK} "$$2" "${DESTDIR}/usr/share/man/$$1"; \
398280419Sngie		if [ "${MK_OPENSSL}" != "no" ]; then \
399280419Sngie			${INSTALL_SYMLINK} "$$2" \
400280419Sngie			    "${DESTDIR}/usr/share/openssl/man/$$1"; \
401280419Sngie		fi; \
402110663Sache		shift; shift; \
403110663Sache	done
404280419Sngie.endif
405280419Sngie.if ${MK_NLS} != "no"
40677999Sache	set - `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \
407245571Sbrooks	while [ $$# -gt 0 ] ; do \
408245752Sbrooks		${INSTALL_SYMLINK} "$$2" "${DESTDIR}/usr/share/nls/$$1"; \
40911635Sache		shift; shift; \
41077999Sache	done
411280419Sngie.endif
412147Srgrimes
41348185Ssheldonhetc-examples:
414100872Sru	cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
41599451Sru	    ${BIN1} ${BIN2} nsmb.conf opieaccess \
41699451Sru	    ${DESTDIR}/usr/share/examples/etc
417173135Syar	${_+_}cd ${.CURDIR}/defaults; ${MAKE} install \
418119385Smtm	    DESTDIR=${DESTDIR}/usr/share/examples
41948185Ssheldonh
42037Srgrimes.include <bsd.prog.mk>
421