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
This commit is contained in:
alex 2001-08-31 12:20:43 +00:00
parent 64396d11be
commit 4006cfa6ed

View File

@ -244,10 +244,6 @@ HTAGSFLAGS=
.endif
.if exists(/etc/defaults/make.conf)
.include </etc/defaults/make.conf>
.endif
.if exists(/etc/make.conf)
.include </etc/make.conf>
.endif