Don't .error, if /etc/defaults/make.conf exists. This breaks -CURRENT

buildworlds on a -STABLE machine.

Reminded by:	ru
This commit is contained in:
Alexander Langer 2001-08-31 11:18:24 +00:00
parent b14046f4b2
commit 32890b4216

View File

@ -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 </etc/defaults/make.conf>
.endif