Deleted Added
sdiff udiff text old ( 139970 ) new ( 139989 )
full compact
1# $FreeBSD: head/share/examples/Makefile 139970 2005-01-10 09:04:13Z ru $
2#
3# Doing a make install builds /usr/share/examples
4
5LDIRS= BSD_daemon \
6 FreeBSD_version \
7 IPv6 \
8 atm \
9 bootforth \

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

128 kld/dyn_sysctl/dyn_sysctl.c \
129 kld/syscall/Makefile \
130 kld/syscall/module/Makefile \
131 kld/syscall/module/syscall.c \
132 kld/syscall/test/Makefile \
133 kld/syscall/test/call.c \
134 libvgl/Makefile \
135 libvgl/demo.c \
136 mdoc/example.1 \
137 mdoc/example.3 \
138 mdoc/example.4 \
139 netgraph/bluetooth/rc.bluetooth \
140 netgraph/ether.bridge \
141 netgraph/frame_relay \
142 netgraph/ngctl \
143 netgraph/raw \

--- 148 unchanged lines hidden ---