From 4006cfa6ed3e7697bcadb070b91c135dd6ca56f7 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 31 Aug 2001 12:20:43 +0000 Subject: Final way: Don't include /etc/defaults/make.conf at all. It wasn't supposed to be edited by the user and didn't define important things, thus we can just skip it (that's where it differs from the make.conf.local change). Submitted by: ru --- share/mk/sys.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'share/mk') diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 6130d08..0011dc9 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -244,10 +244,6 @@ HTAGSFLAGS= .endif -.if exists(/etc/defaults/make.conf) -.include -.endif - .if exists(/etc/make.conf) .include .endif -- cgit v1.1