Deleted Added
full compact
Makefile (233429) Makefile (238603)
1# $FreeBSD: head/share/examples/Makefile 233429 2012-03-24 18:43:18Z eadler $
1# $FreeBSD: head/share/examples/Makefile 238603 2012-07-18 21:30:17Z joerg $
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 \

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

15 etc \
16 find_interface \
17 hast \
18 ibcs2 \
19 indent \
20 ipfw \
21 jails \
22 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 \

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

15 etc \
16 find_interface \
17 hast \
18 ibcs2 \
19 indent \
20 ipfw \
21 jails \
22 kld \
23 libusb20 \
23 libvgl \
24 mdoc \
25 netgraph \
26 nwclient \
27 perfmon \
28 portal \
29 ppi \
30 ppp \

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

105 kld/khelp/Makefile \
106 kld/khelp/README \
107 kld/khelp/h_example.c \
108 kld/syscall/Makefile \
109 kld/syscall/module/Makefile \
110 kld/syscall/module/syscall.c \
111 kld/syscall/test/Makefile \
112 kld/syscall/test/call.c \
24 libvgl \
25 mdoc \
26 netgraph \
27 nwclient \
28 perfmon \
29 portal \
30 ppi \
31 ppp \

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

106 kld/khelp/Makefile \
107 kld/khelp/README \
108 kld/khelp/h_example.c \
109 kld/syscall/Makefile \
110 kld/syscall/module/Makefile \
111 kld/syscall/module/syscall.c \
112 kld/syscall/test/Makefile \
113 kld/syscall/test/call.c \
114 libusb20/Makefile \
115 libusb20/README \
116 libusb20/aux.c \
117 libusb20/aux.h \
118 libusb20/bulk.c \
119 libusb20/control.c \
113 libvgl/Makefile \
114 libvgl/demo.c \
115 mdoc/POSIX-copyright \
116 mdoc/deshallify.sh \
117 mdoc/example.1 \
118 mdoc/example.3 \
119 mdoc/example.4 \
120 mdoc/example.9 \

--- 135 unchanged lines hidden ---
120 libvgl/Makefile \
121 libvgl/demo.c \
122 mdoc/POSIX-copyright \
123 mdoc/deshallify.sh \
124 mdoc/example.1 \
125 mdoc/example.3 \
126 mdoc/example.4 \
127 mdoc/example.9 \

--- 135 unchanged lines hidden ---