diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2008-07-13 17:17:35 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2008-07-13 17:17:35 +0000 |
| commit | e7e061862910bfccb4a46525b147832eadf1191a (patch) | |
| tree | 6aac91eb7eb6f5b05e4b346abac3b1588cfaa159 /ObsoleteFiles.inc | |
| parent | 23d5e112eb49a14e9bdc56c5d12c705652c32409 (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 08b5ef2fae36..0c09151ecdce 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -57,6 +57,10 @@ OLD_FILES+=usr/share/man/man8/fdisk.8.gz # 20080701: wpa_supplicant.conf moved to share/examples/etc/ OLD_FILES+=usr/share/examples/wpa_supplicant/wpa_supplicant.conf OLD_DIRS+=usr/share/examples/wpa_supplicant +# 20080614: pecoff image activator removed +.if ${TARGET_ARCH} == "i386" +OLD_FILES+=usr/include/machine/pecoff_machdep.h +.endif # 20080614: sgtty removed OLD_FILES+=usr/include/sys/ttychars.h OLD_FILES+=usr/include/sys/ttydev.h |
