diff options
author | alex <alex@FreeBSD.org> | 2001-08-31 11:18:24 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-08-31 11:18:24 +0000 |
commit | 2e62685b4401a85d0e1a7df78d7d851e7c8847e6 (patch) | |
tree | 818d4db2e74ddb83dc2e82cad56812815e603913 /share/mk/sys.mk | |
parent | cca4d5358a7b22fd3b3c0468db6cd03c896ed10a (diff) | |
download | FreeBSD-src-2e62685b4401a85d0e1a7df78d7d851e7c8847e6.zip FreeBSD-src-2e62685b4401a85d0e1a7df78d7d851e7c8847e6.tar.gz |
Don't .error, if /etc/defaults/make.conf exists. This breaks -CURRENT
buildworlds on a -STABLE machine.
Reminded by: ru
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r-- | share/mk/sys.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 </etc/defaults/make.conf> .endif |