Deleted Added
full compact
Makefile (135184) Makefile (136910)
1# $FreeBSD: head/share/examples/Makefile 135184 2004-09-14 01:07:19Z mlaier $
1# $FreeBSD: head/share/examples/Makefile 136910 2004-10-24 15:33:08Z ru $
2#
3# Doing a make install builds /usr/share/examples
4
5LDIRS= BSD_daemon \
6 FreeBSD_version \
7 IPv6 \
8 atm \
9 bootforth \

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

246 sunrpc/msg/rprintmsg.c \
247 sunrpc/sort/Makefile \
248 sunrpc/sort/rsort.c \
249 sunrpc/sort/sort.x \
250 sunrpc/sort/sort_proc.c
251
252BINDIR= ${SHAREDIR}/examples
253
2#
3# Doing a make install builds /usr/share/examples
4
5LDIRS= BSD_daemon \
6 FreeBSD_version \
7 IPv6 \
8 atm \
9 bootforth \

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

246 sunrpc/msg/rprintmsg.c \
247 sunrpc/sort/Makefile \
248 sunrpc/sort/rsort.c \
249 sunrpc/sort/sort.x \
250 sunrpc/sort/sort_proc.c
251
252BINDIR= ${SHAREDIR}/examples
253
254NOOBJ= noobj
254NOOBJ=
255
256# Define SHARED to indicate whether you want symbolic links to the system
257# source (``symlinks''), or a separate copy (``copies''); (latter useful
258# in environments where it's not possible to keep /sys publicly readable)
259SHARED?= copies
260
261beforeinstall: ${SHARED} etc-examples
262.ORDER: ${SHARED} etc-examples

--- 36 unchanged lines hidden ---
255
256# Define SHARED to indicate whether you want symbolic links to the system
257# source (``symlinks''), or a separate copy (``copies''); (latter useful
258# in environments where it's not possible to keep /sys publicly readable)
259SHARED?= copies
260
261beforeinstall: ${SHARED} etc-examples
262.ORDER: ${SHARED} etc-examples

--- 36 unchanged lines hidden ---