From ba61dd0d540a3f84edc68be06bcc331f63582d6e Mon Sep 17 00:00:00 2001 From: frueauf Date: Fri, 7 Aug 1998 20:31:56 +0000 Subject: [PATCH] SYS_INCLUDE=symlinks should not be enabled by default. I guess it was done by accident. --- share/mk/bsd.own.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 6bfe3d9a43a9..fde725dedd7a 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.75 1998/08/04 19:21:26 ragge Exp $ +# $NetBSD: bsd.own.mk,v 1.76 1998/08/07 20:31:56 frueauf Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -64,7 +64,7 @@ STRIPFLAG?= -s # Define SYS_INCLUDE 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) -SYS_INCLUDE= symlinks +#SYS_INCLUDE= symlinks # XXX The next two are temporary until the transition to UVM is complete.