Makefile (99e4ba42657eb0c19b187eb182f04d2bb8115ad3) Makefile (652f9745393256708795aec2b8a217f93a80913b)
1# $Id$
1# $Id: Makefile,v 1.1 1994/08/09 18:25:36 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
7DIRS=sunrpc etc FreeBSD_version
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 ---