diff options
author | alex <alex@FreeBSD.org> | 2001-08-31 12:20:43 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-08-31 12:20:43 +0000 |
commit | 4006cfa6ed3e7697bcadb070b91c135dd6ca56f7 (patch) | |
tree | 9f31887b916380f674e5f159259238fafecd427a /share/mk | |
parent | 64396d11be349ec4d4912c725abf9ffb2e4593d8 (diff) | |
download | FreeBSD-src-4006cfa6ed3e7697bcadb070b91c135dd6ca56f7.zip FreeBSD-src-4006cfa6ed3e7697bcadb070b91c135dd6ca56f7.tar.gz |
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
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/sys.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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 </etc/defaults/make.conf> -.endif - .if exists(/etc/make.conf) .include </etc/make.conf> .endif |