From 2e62685b4401a85d0e1a7df78d7d851e7c8847e6 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 31 Aug 2001 11:18:24 +0000 Subject: Don't .error, if /etc/defaults/make.conf exists. This breaks -CURRENT buildworlds on a -STABLE machine. Reminded by: ru --- share/mk/sys.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'share/mk') diff --git a/share/mk/sys.mk b/share/mk/sys.mk index dec766c..6130d08 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -245,7 +245,6 @@ HTAGSFLAGS= .endif .if exists(/etc/defaults/make.conf) -.error Error, /etc/defaults/make.conf has been moved to /usr/share/examples/etc/make.conf and is not included any more. .include .endif -- cgit v1.1