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