Makefile revision 156813
1# $FreeBSD: head/share/examples/Makefile 156813 2006-03-17 18:54:44Z ru $
2#
3# Doing a make install builds /usr/share/examples
4
5.include <bsd.own.mk>
6
7LDIRS=	BSD_daemon \
8	FreeBSD_version \
9	IPv6 \
10	atm \
11	bootforth \
12	cvsup \
13	diskless \
14	drivers \
15	etc \
16	find_interface \
17	ibcs2 \
18	ipfw \
19	isdn \
20	kld \
21	libvgl \
22	mdoc \
23	netgraph \
24	nwclient \
25	perfmon \
26	portal \
27	ppi \
28	ppp \
29	pppd \
30	printing \
31	ses \
32	scsi_target \
33	slattach \
34	sliplogin \
35	startslip \
36	sunrpc
37
38XFILES=	BSD_daemon/FreeBSD.pfa \
39	BSD_daemon/README \
40	BSD_daemon/beastie.eps \
41	BSD_daemon/beastie.fig \
42	BSD_daemon/eps.patch \
43	BSD_daemon/poster.sh \
44	FreeBSD_version/FreeBSD_version.c \
45	FreeBSD_version/Makefile \
46	FreeBSD_version/README \
47	IPv6/USAGE \
48	atm/NOTES \
49	atm/README \
50	atm/Startup \
51	atm/atm-config.sh \
52	atm/atm-sockets.txt \
53	atm/cpcs-design.txt \
54	atm/fore-microcode.txt \
55	atm/sscf-design.txt \
56	atm/sscop-design.txt \
57	bootforth/README \
58	bootforth/boot.4th \
59	bootforth/frames.4th \
60	bootforth/loader.rc \
61	bootforth/menu.4th \
62	bootforth/menuconf.4th \
63	bootforth/screen.4th \
64	cvsup/README \
65	cvsup/cvs-supfile \
66	cvsup/doc-supfile \
67	cvsup/gnats-supfile \
68	cvsup/ports-supfile \
69	cvsup/refuse \
70	cvsup/refuse.README \
71	cvsup/stable-supfile \
72	cvsup/standard-supfile \
73	cvsup/www-supfile \
74	diskless/ME \
75	diskless/README.BOOTP \
76	diskless/README.TEMPLATING \
77	diskless/clone_root \
78	drivers/README \
79	drivers/make_device_driver.sh \
80	drivers/make_pseudo_driver.sh \
81	etc/README.examples \
82	etc/bsd-style-copyright \
83	etc/make.conf \
84	find_interface/Makefile \
85	find_interface/README \
86	find_interface/find_interface.c \
87	ibcs2/README \
88	ibcs2/hello.uu \
89	ipfw/change_rules.sh \
90	isdn/FAQ \
91	isdn/KERNEL \
92	isdn/Overview \
93	isdn/README \
94	isdn/ROADMAP \
95	isdn/ReleaseNotes \
96	isdn/Resources \
97	isdn/SupportedCards \
98	isdn/ThankYou \
99	isdn/contrib/README \
100	isdn/contrib/anleitung.ppp \
101	isdn/contrib/answer.c \
102	isdn/contrib/answer.sh \
103	isdn/contrib/convert.sh \
104	isdn/contrib/hplay.c \
105	isdn/contrib/i4b-ppp-newbie.txt \
106	isdn/contrib/isdnctl \
107	isdn/contrib/isdnd_acct \
108	isdn/contrib/isdnd_acct.pl \
109	isdn/contrib/isdntelmux.c \
110	isdn/contrib/mrtg-isp0.sh \
111	isdn/i4brunppp/Makefile \
112	isdn/i4brunppp/README \
113	isdn/i4brunppp/i4brunppp-isdnd.rc \
114	isdn/i4brunppp/i4brunppp.8 \
115	isdn/i4brunppp/i4brunppp.c \
116	isdn/v21/Makefile \
117	isdn/v21/README \
118	isdn/v21/v21modem.c \
119	kld/Makefile \
120	kld/cdev/Makefile \
121	kld/cdev/README \
122	kld/cdev/module/Makefile \
123	kld/cdev/module/cdev.c \
124	kld/cdev/module/cdev.h \
125	kld/cdev/module/cdevmod.c \
126	kld/cdev/test/Makefile \
127	kld/cdev/test/testcdev.c \
128	kld/dyn_sysctl/Makefile \
129	kld/dyn_sysctl/README \
130	kld/dyn_sysctl/dyn_sysctl.c \
131	kld/syscall/Makefile \
132	kld/syscall/module/Makefile \
133	kld/syscall/module/syscall.c \
134	kld/syscall/test/Makefile \
135	kld/syscall/test/call.c \
136	libvgl/Makefile \
137	libvgl/demo.c \
138	mdoc/POSIX-copyright \
139	mdoc/deshallify.sh \
140	mdoc/example.1 \
141	mdoc/example.3 \
142	mdoc/example.4 \
143	mdoc/example.9 \
144	netgraph/bluetooth/rc.bluetooth \
145	netgraph/ether.bridge \
146	netgraph/frame_relay \
147	netgraph/ngctl \
148	netgraph/raw \
149	netgraph/udp.tunnel \
150	nwclient/dot.nwfsrc \
151	nwclient/nwfs.sh.sample \
152	perfmon/Makefile \
153	perfmon/README \
154	perfmon/perfmon.c \
155	portal/README \
156	portal/portal.conf \
157	ppi/Makefile \
158	ppi/ppilcd.c \
159	ppp/chap-auth \
160	ppp/isdnd.rc \
161	ppp/login-auth \
162	ppp/ppp.conf.isdn \
163	ppp/ppp.conf.sample \
164	ppp/ppp.conf.span-isp \
165	ppp/ppp.conf.span-isp.working \
166	ppp/ppp.linkdown.sample \
167	ppp/ppp.linkdown.span-isp \
168	ppp/ppp.linkdown.span-isp.working \
169	ppp/ppp.linkup.sample \
170	ppp/ppp.linkup.span-isp \
171	ppp/ppp.linkup.span-isp.working \
172	ppp/ppp.secret.sample \
173	ppp/ppp.secret.span-isp \
174	ppp/ppp.secret.span-isp.working \
175	pppd/auth-down.sample \
176	pppd/auth-up.sample \
177	pppd/chap-secrets.sample \
178	pppd/chat.sh.sample \
179	pppd/ip-down.sample \
180	pppd/ip-up.sample \
181	pppd/options.sample \
182	pppd/pap-secrets.sample \
183	pppd/ppp.deny.sample \
184	pppd/ppp.shells.sample \
185	printing/README \
186	printing/diablo-if-net \
187	printing/hpdf \
188	printing/hpif \
189	printing/hpof \
190	printing/hprf \
191	printing/hpvf \
192	printing/if-simple \
193	printing/if-simpleX \
194	printing/ifhp \
195	printing/make-ps-header \
196	printing/netprint \
197	printing/psdf \
198	printing/psdfX \
199	printing/psif \
200	printing/pstf \
201	printing/pstfX \
202	ses/Makefile \
203	ses/Makefile.inc \
204	ses/getencstat/Makefile \
205	ses/getencstat/getencstat.0 \
206	ses/sesd/Makefile \
207	ses/sesd/sesd.0 \
208	ses/setencstat/Makefile \
209	ses/setencstat/setencstat.0 \
210	ses/setobjstat/Makefile \
211	ses/setobjstat/setobjstat.0 \
212	ses/srcs/chpmon.c \
213	ses/srcs/eltsub.c \
214	ses/srcs/getencstat.c \
215	ses/srcs/getnobj.c \
216	ses/srcs/getobjmap.c \
217	ses/srcs/getobjstat.c \
218	ses/srcs/inienc.c \
219	ses/srcs/sesd.c \
220	ses/srcs/setencstat.c \
221	ses/srcs/setobjstat.c \
222	scsi_target/Makefile \
223	scsi_target/scsi_target.c \
224	scsi_target/scsi_target.h \
225	scsi_target/scsi_target.8 \
226	scsi_target/scsi_cmds.c \
227	slattach/unit-command.sh \
228	sliplogin/slip.hosts \
229	sliplogin/slip.login \
230	sliplogin/slip.logout \
231	sliplogin/slip.slparms \
232	startslip/sldown.sh \
233	startslip/slip.sh \
234	startslip/slup.sh \
235	sunrpc/Makefile \
236	sunrpc/dir/Makefile \
237	sunrpc/dir/dir.x \
238	sunrpc/dir/dir_proc.c \
239	sunrpc/dir/rls.c \
240	sunrpc/msg/Makefile \
241	sunrpc/msg/msg.x \
242	sunrpc/msg/msg_proc.c \
243	sunrpc/msg/printmsg.c \
244	sunrpc/msg/rprintmsg.c \
245	sunrpc/sort/Makefile \
246	sunrpc/sort/rsort.c \
247	sunrpc/sort/sort.x \
248	sunrpc/sort/sort_proc.c
249
250BINDIR= ${SHAREDIR}/examples
251
252NO_OBJ=
253
254# Define SHARED to indicate whether you want symbolic links to the system
255# source (``symlinks''), or a separate copy (``copies''); (latter useful
256# in environments where it's not possible to keep /sys publicly readable)
257SHARED?=	copies
258
259beforeinstall: ${SHARED} etc-examples
260.ORDER: ${SHARED} etc-examples
261
262copies:
263.for i in ${LDIRS}
264	if [ -L ${DESTDIR}${BINDIR}/$i ]; then \
265		rm -f ${DESTDIR}${BINDIR}/$i; \
266	fi
267.endfor
268	mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \
269	    -f ${.CURDIR}/../../etc/mtree/BSD.usr.dist -p ${DESTDIR}/usr
270.for file in ${XFILES}
271	${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
272		${.CURDIR}/${file} ${DESTDIR}${BINDIR}/${file}
273.endfor
274
275symlinks:
276.for i in ${LDIRS}
277	rm -rf ${DESTDIR}${BINDIR}/$i
278	ln -s ${.CURDIR}/$i ${DESTDIR}${BINDIR}/$i
279.endfor
280
281etc-examples:
282.if ${SHARED} != "symlinks"
283	(cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
284.endif
285
286.if ${SHARED} != "symlinks"
287SUBDIR=	smbfs
288.if ${MK_IPFILTER} != "no"
289SUBDIR+=ipfilter
290.endif
291.if ${MK_PF} != "no"
292SUBDIR+=pf
293.endif
294.endif
295
296.include <bsd.subdir.mk>
297