diff options
| author | Gavin Atkinson <gavin@FreeBSD.org> | 2010-04-27 20:51:50 +0000 |
|---|---|---|
| committer | Gavin Atkinson <gavin@FreeBSD.org> | 2010-04-27 20:51:50 +0000 |
| commit | 2f2fdf54c0285431d7e5d3243b1a24d254a349b9 (patch) | |
| tree | 112e7143265edfe2e89771988c930f29cf53609d /ObsoleteFiles.inc | |
| parent | 344b802fea37411957f76d6cccdde56d3bef144a (diff) | |
Notes
Diffstat (limited to 'ObsoleteFiles.inc')
| -rw-r--r-- | ObsoleteFiles.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 779b00eed48b..d59f98482e19 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -34,6 +34,16 @@ OLD_FILES+=usr/share/man/man1/gcpio.1.gz # 20100301: vesa and dpms promoted to be i386/amd64 common OLD_FILES+=usr/include/machine/pc/vesa.h OLD_FILES+=usr/share/man/man4/i386/dpms.4.gz +# 20100208: man pages moved +.if ${TARGET_ARCH} == "i386" +OLD_FILES+=usr/share/man/man4/i386/alpm.4.gz +OLD_FILES+=usr/share/man/man4/i386/amdpm.4.gz +OLD_FILES+=usr/share/man/man4/i386/mcd.4.gz +OLD_FILES+=usr/share/man/man4/i386/padlock.4.gz +OLD_FILES+=usr/share/man/man4/i386/pcf.4.gz +OLD_FILES+=usr/share/man/man4/i386/scd.4.gz +OLD_FILES+=usr/share/man/man4/i386/viapm.4.gz +.endif # 20091229: remove no longer relevant examples OLD_FILES+=usr/share/examples/pppd/auth-down.sample OLD_FILES+=usr/share/examples/pppd/auth-up.sample |
