diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2018-12-19 21:56:54 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2018-12-19 21:56:54 +0000 |
commit | 405c3050f102b8c74782f0366c8ead927bd07b68 (patch) | |
tree | fb736eca4df72b8d0d73e1b73c1e2d9f38736490 /ObsoleteFiles.inc | |
parent | 19b75ef59a47c748bcfcb556cfa938c43dc0cd78 (diff) |
Remove iBCS2, part1: userspace
iBCS2 was disconnected from the build in 2015 (see r291419)
bsdconfig parts submitted by dteske.
Reviewed by: kib (previous version)
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=342242
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 e4c91228c8c5..46947612b4f2 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20181219: ibcs removal +OLD_FILES+=usr/share/examples/ibcs2/hello.uu +OLD_FILES+=usr/share/examples/ibcs2/README +OLD_DIRS+=usr/share/examples/ibcs2 # 20181215: Migration of CTM to ports OLD_FILES+=usr/sbin/ctm OLD_FILES+=usr/sbin/ctm_dequeue |