summaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-06-05 21:23:49 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-06-05 21:23:49 +0000
commitbd5cb03d53d64172c147182e0738948cbabb2029 (patch)
treec141884818001b28eb22e8519489571c22fb8492 /include/Makefile
parenta40616facd440d1a86d03b1025bdc041784e9469 (diff)
Notes
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile
index 30263415388b..83a5bbf8e23d 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.44 1996/09/20 13:42:26 bde Exp $
+# $Id: Makefile,v 1.45 1996/10/17 18:44:56 jkh Exp $
#
# Doing a make install builds /usr/include
#
@@ -39,10 +39,11 @@ LUDIR= ufs
UDIRS= 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
beforeinstall: ${SHARED}
cd ${.CURDIR}; \