Deleted Added
full compact
Makefile (169026) Makefile (171453)
1# $FreeBSD: head/share/examples/Makefile 169026 2007-04-24 16:58:54Z emax $
1# $FreeBSD: head/share/examples/Makefile 171453 2007-07-14 21:49:24Z rwatson $
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 \
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 \

--- 11 unchanged lines hidden (view full) ---

30 printing \
31 ses \
32 scsi_target \
33 slattach \
34 sliplogin \
35 startslip \
36 sunrpc
37
10 bootforth \
11 cvsup \
12 diskless \
13 drivers \
14 etc \
15 find_interface \
16 ibcs2 \
17 ipfw \

--- 11 unchanged lines hidden (view full) ---

29 printing \
30 ses \
31 scsi_target \
32 slattach \
33 sliplogin \
34 startslip \
35 sunrpc
36
37# Disabled in 7.0 as netatm is not MPSAFE.
38#LDIRS+= atm
39
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 \
40XFILES= BSD_daemon/FreeBSD.pfa \
41 BSD_daemon/README \
42 BSD_daemon/beastie.eps \
43 BSD_daemon/beastie.fig \
44 BSD_daemon/eps.patch \
45 BSD_daemon/poster.sh \
46 FreeBSD_version/FreeBSD_version.c \
47 FreeBSD_version/Makefile \
48 FreeBSD_version/README \
49 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 \

--- 176 unchanged lines hidden (view full) ---

241 sunrpc/msg/msg_proc.c \
242 sunrpc/msg/printmsg.c \
243 sunrpc/msg/rprintmsg.c \
244 sunrpc/sort/Makefile \
245 sunrpc/sort/rsort.c \
246 sunrpc/sort/sort.x \
247 sunrpc/sort/sort_proc.c
248
50 bootforth/README \
51 bootforth/boot.4th \
52 bootforth/frames.4th \
53 bootforth/loader.rc \
54 bootforth/menu.4th \
55 bootforth/menuconf.4th \
56 bootforth/screen.4th \
57 cvsup/README \

--- 176 unchanged lines hidden (view full) ---

234 sunrpc/msg/msg_proc.c \
235 sunrpc/msg/printmsg.c \
236 sunrpc/msg/rprintmsg.c \
237 sunrpc/sort/Makefile \
238 sunrpc/sort/rsort.c \
239 sunrpc/sort/sort.x \
240 sunrpc/sort/sort_proc.c
241
242# Disabled in 7.0 as netatm is not MPSAFE.
243#XFILES+= atm/NOTES \
244# atm/README \
245# atm/Startup \
246# atm/atm-config.sh \
247# atm/atm-sockets.txt \
248# atm/cpcs-design.txt \
249# atm/fore-microcode.txt \
250# atm/sscf-design.txt \
251# atm/sscop-design.txt
252
249BINDIR= ${SHAREDIR}/examples
250
251NO_OBJ=
252
253# Define SHARED to indicate whether you want symbolic links to the system
254# source (``symlinks''), or a separate copy (``copies''); (latter useful
255# in environments where it's not possible to keep /sys publicly readable)
256SHARED?= copies

--- 39 unchanged lines hidden ---
253BINDIR= ${SHAREDIR}/examples
254
255NO_OBJ=
256
257# Define SHARED to indicate whether you want symbolic links to the system
258# source (``symlinks''), or a separate copy (``copies''); (latter useful
259# in environments where it's not possible to keep /sys publicly readable)
260SHARED?= copies

--- 39 unchanged lines hidden ---