Deleted Added
full compact
Makefile (179308) Makefile (179315)
1# $FreeBSD: head/share/examples/Makefile 179308 2008-05-25 22:11:40Z rwatson $
1# $FreeBSD: head/share/examples/Makefile 179315 2008-05-26 10:40:09Z bz $
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 bootforth \
11 cvsup \
12 diskless \
13 drivers \
14 etc \
15 find_interface \
16 ibcs2 \
17 ipfw \
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 bootforth \
11 cvsup \
12 diskless \
13 drivers \
14 etc \
15 find_interface \
16 ibcs2 \
17 ipfw \
18 isdn \
19 kld \
20 libvgl \
21 mdoc \
22 netgraph \
23 nwclient \
24 perfmon \
25 portal \
26 ppi \

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

72 etc/bsd-style-copyright \
73 etc/make.conf \
74 find_interface/Makefile \
75 find_interface/README \
76 find_interface/find_interface.c \
77 ibcs2/README \
78 ibcs2/hello.uu \
79 ipfw/change_rules.sh \
18 kld \
19 libvgl \
20 mdoc \
21 netgraph \
22 nwclient \
23 perfmon \
24 portal \
25 ppi \

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

71 etc/bsd-style-copyright \
72 etc/make.conf \
73 find_interface/Makefile \
74 find_interface/README \
75 find_interface/find_interface.c \
76 ibcs2/README \
77 ibcs2/hello.uu \
78 ipfw/change_rules.sh \
80 isdn/FAQ \
81 isdn/KERNEL \
82 isdn/Overview \
83 isdn/README \
84 isdn/ROADMAP \
85 isdn/ReleaseNotes \
86 isdn/Resources \
87 isdn/SupportedCards \
88 isdn/ThankYou \
89 isdn/contrib/README \
90 isdn/contrib/anleitung.ppp \
91 isdn/contrib/answer.c \
92 isdn/contrib/answer.sh \
93 isdn/contrib/convert.sh \
94 isdn/contrib/hplay.c \
95 isdn/contrib/i4b-ppp-newbie.txt \
96 isdn/contrib/isdnctl \
97 isdn/contrib/isdnd_acct \
98 isdn/contrib/isdnd_acct.pl \
99 isdn/contrib/isdntelmux.c \
100 isdn/contrib/mrtg-isp0.sh \
101 isdn/i4brunppp/Makefile \
102 isdn/i4brunppp/README \
103 isdn/i4brunppp/i4brunppp-isdnd.rc \
104 isdn/i4brunppp/i4brunppp.8 \
105 isdn/i4brunppp/i4brunppp.c \
106 isdn/v21/Makefile \
107 isdn/v21/README \
108 isdn/v21/v21modem.c \
109 kld/Makefile \
110 kld/cdev/Makefile \
111 kld/cdev/README \
112 kld/cdev/module/Makefile \
113 kld/cdev/module/cdev.c \
114 kld/cdev/module/cdev.h \
115 kld/cdev/module/cdevmod.c \
116 kld/cdev/test/Makefile \

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

141 perfmon/Makefile \
142 perfmon/README \
143 perfmon/perfmon.c \
144 portal/README \
145 portal/portal.conf \
146 ppi/Makefile \
147 ppi/ppilcd.c \
148 ppp/chap-auth \
79 kld/Makefile \
80 kld/cdev/Makefile \
81 kld/cdev/README \
82 kld/cdev/module/Makefile \
83 kld/cdev/module/cdev.c \
84 kld/cdev/module/cdev.h \
85 kld/cdev/module/cdevmod.c \
86 kld/cdev/test/Makefile \

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

111 perfmon/Makefile \
112 perfmon/README \
113 perfmon/perfmon.c \
114 portal/README \
115 portal/portal.conf \
116 ppi/Makefile \
117 ppi/ppilcd.c \
118 ppp/chap-auth \
149 ppp/isdnd.rc \
150 ppp/login-auth \
119 ppp/login-auth \
151 ppp/ppp.conf.isdn \
152 ppp/ppp.conf.sample \
153 ppp/ppp.conf.span-isp \
154 ppp/ppp.conf.span-isp.working \
155 ppp/ppp.linkdown.sample \
156 ppp/ppp.linkdown.span-isp \
157 ppp/ppp.linkdown.span-isp.working \
158 ppp/ppp.linkup.sample \
159 ppp/ppp.linkup.span-isp \

--- 126 unchanged lines hidden ---
120 ppp/ppp.conf.sample \
121 ppp/ppp.conf.span-isp \
122 ppp/ppp.conf.span-isp.working \
123 ppp/ppp.linkdown.sample \
124 ppp/ppp.linkdown.span-isp \
125 ppp/ppp.linkdown.span-isp.working \
126 ppp/ppp.linkup.sample \
127 ppp/ppp.linkup.span-isp \

--- 126 unchanged lines hidden ---