Deleted Added
full compact
Makefile (278557) Makefile (280419)
1# $FreeBSD: stable/10/share/examples/Makefile 278557 2015-02-11 07:21:16Z ngie $
1# $FreeBSD: stable/10/share/examples/Makefile 280419 2015-03-24 06:55:08Z ngie $
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 csh \
12 diskless \
13 drivers \
14 etc \
15 find_interface \
16 ibcs2 \
17 indent \
18 ipfw \
19 jails \
20 kld \
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 csh \
12 diskless \
13 drivers \
14 etc \
15 find_interface \
16 ibcs2 \
17 indent \
18 ipfw \
19 jails \
20 kld \
21 libusb20 \
22 libvgl \
23 mdoc \
24 netgraph \
25 perfmon \
26 ppi \
27 ppp \
28 printing \
29 ses \

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

87 kld/khelp/Makefile \
88 kld/khelp/README \
89 kld/khelp/h_example.c \
90 kld/syscall/Makefile \
91 kld/syscall/module/Makefile \
92 kld/syscall/module/syscall.c \
93 kld/syscall/test/Makefile \
94 kld/syscall/test/call.c \
21 libvgl \
22 mdoc \
23 netgraph \
24 perfmon \
25 ppi \
26 ppp \
27 printing \
28 ses \

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

86 kld/khelp/Makefile \
87 kld/khelp/README \
88 kld/khelp/h_example.c \
89 kld/syscall/Makefile \
90 kld/syscall/module/Makefile \
91 kld/syscall/module/syscall.c \
92 kld/syscall/test/Makefile \
93 kld/syscall/test/call.c \
95 libusb20/Makefile \
96 libusb20/README \
97 libusb20/util.c \
98 libusb20/util.h \
99 libusb20/bulk.c \
100 libusb20/control.c \
101 libvgl/Makefile \
102 libvgl/demo.c \
103 mdoc/POSIX-copyright \
104 mdoc/deshallify.sh \
105 mdoc/example.1 \
106 mdoc/example.3 \
107 mdoc/example.4 \
108 mdoc/example.9 \

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

198LDIRS+= hast
199XFILES+= hast/ucarp.sh \
200 hast/ucarp_down.sh \
201 hast/ucarp_up.sh \
202 hast/vip-down.sh \
203 hast/vip-up.sh
204.endif
205
94 libvgl/Makefile \
95 libvgl/demo.c \
96 mdoc/POSIX-copyright \
97 mdoc/deshallify.sh \
98 mdoc/example.1 \
99 mdoc/example.3 \
100 mdoc/example.4 \
101 mdoc/example.9 \

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

191LDIRS+= hast
192XFILES+= hast/ucarp.sh \
193 hast/ucarp_down.sh \
194 hast/ucarp_up.sh \
195 hast/vip-down.sh \
196 hast/vip-up.sh
197.endif
198
199.if ${MK_USB} != "no"
200LDIRS+= libusb20
201XFILES+= libusb20/Makefile \
202 libusb20/README \
203 libusb20/util.c \
204 libusb20/util.h \
205 libusb20/bulk.c \
206 libusb20/control.c
207.endif
208
206.if ${MACHINE_CPUARCH} == "amd64"
207.if ${MK_BHYVE} != "no"
208LDIRS+= bhyve
209XFILES+= bhyve/vmrun.sh
210.endif
211.endif
212
213# Define SHARED to indicate whether you want symbolic links to the system

--- 46 unchanged lines hidden ---
209.if ${MACHINE_CPUARCH} == "amd64"
210.if ${MK_BHYVE} != "no"
211LDIRS+= bhyve
212XFILES+= bhyve/vmrun.sh
213.endif
214.endif
215
216# Define SHARED to indicate whether you want symbolic links to the system

--- 46 unchanged lines hidden ---