Deleted Added
full compact
Makefile (2006) Makefile (2136)
1# $Id: Makefile,v 1.1 1994/08/09 18:25:36 wollman Exp $
1# $Id: Makefile,v 1.2 1994/08/10 06:40:29 wollman Exp $
2#
3# Doing a make install builds /usr/share/examples
4#
5all clean cleandir depend lint tags:
6
2#
3# Doing a make install builds /usr/share/examples
4#
5all clean cleandir depend lint tags:
6
7DIRS=sunrpc etc FreeBSD_version
7DIRS=etc FreeBSD_version lkm sunrpc
8
9# Define SHARED to indicate whether you want symbolic links to the system
10# source (``symlinks''), or a separate copy (``copies''); (latter useful
11# in environments where it's not possible to keep /sys publicly readable)
12SHARED?= copies
13
14beforeinstall: ${SHARED}
15

--- 22 unchanged lines hidden ---
8
9# Define SHARED to indicate whether you want symbolic links to the system
10# source (``symlinks''), or a separate copy (``copies''); (latter useful
11# in environments where it's not possible to keep /sys publicly readable)
12SHARED?= copies
13
14beforeinstall: ${SHARED}
15

--- 22 unchanged lines hidden ---