diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2020-03-18 08:17:24 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2020-03-18 08:17:24 +0000 |
| commit | d80eccfc98603d5175baefcdc088cd3c63903bb0 (patch) | |
| tree | 02ac37ca024ec1414b714ea11bde39b39ce9e43a /ObsoleteFiles.inc | |
| parent | c165f4ab694b3f8157d52867930b92e1dc0180cd (diff) | |
Notes
Diffstat (limited to 'ObsoleteFiles.inc')
| -rw-r--r-- | ObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index f72f78c9c1d18..bad157fd33671 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -36,6 +36,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20200318: host.conf was deprecated a long time ago. +OLD_FILES+=etc/host.conf +OLD_FILES+=etc/rc.d/nsswitch + # 20200310: new clang import which bumps version from 9.0.1 to 10.0.0. OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/complex |
