diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-05 21:20:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-05 21:20:58 +0000 |
| commit | b97151f21b6ab1ffef983a2eef418d72583cc133 (patch) | |
| tree | 9fd2b07eba58144c685885f50d1bafc7cb3fd7cc | |
| parent | 8e45ec2c8c6bd1731dbd6e613bacf12784585b3d (diff) | |
Notes
| -rw-r--r-- | include/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile index e72bd37f5b27..35e953806fa4 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.56 1997/05/21 23:07:27 jdp Exp $ +# $Id: Makefile,v 1.57 1997/05/28 04:46:38 wpaul Exp $ # # Doing a make install builds /usr/include # @@ -40,10 +40,11 @@ LNOHEADERDIRS= isofs ufs LSUBDIRS= isofs/cd9660 ufs/ffs ufs/lfs ufs/mfs ufs/ufs # Define SHARED to indicate whether you want symbolic links to the system -# source (``symlinks''), or a separate copy (``copies''); (latter useful -# in environments where it's not possible to keep /sys publicly readable) -# SHARED= copies -SHARED?= symlinks +# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is +# probably only useful for developers and should be avoided if you do not +# wish to tie your /usr/include and /usr/src together. +#SHARED= symlinks +SHARED?= copies .if exists (${.CURDIR}/../sys/conf/newvers.sh) |
