diff options
author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2017-01-28 02:22:15 +0000 |
---|---|---|
committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2017-01-28 02:22:15 +0000 |
commit | 2b375b4edd1b98884c3031d6ccd61acb10bd895d (patch) | |
tree | f35e4f57ad890ac86d5cb5d3ef760344a41fc0e6 /targets | |
parent | 34bac11eba2841255bf6319ec78728f0f941c6ac (diff) | |
download | src-2b375b4edd1b98884c3031d6ccd61acb10bd895d.tar.gz src-2b375b4edd1b98884c3031d6ccd61acb10bd895d.zip |
Remove pc98 support completely.
I thank all developers and contributors for pc98.
Relnotes: yes
Notes
Notes:
svn path=/head/; revision=312910
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/userland/Makefile.depend | 5 | ||||
-rw-r--r-- | targets/pseudo/userland/misc/Makefile.depend | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index 700da508c2a0..1201a233c36d 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -878,11 +878,6 @@ DIRDEPS.mips= \ sbin/bsdlabel \ sbin/fdisk -DIRDEPS.pc98= \ - sbin/bsdlabel \ - sbin/fdisk_pc98 \ - sbin/sconfig - DIRDEPS.sparc64= \ sbin/bsdlabel \ sbin/sunlabel \ diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend index fc2a9ca01be9..e721efedb42d 100644 --- a/targets/pseudo/userland/misc/Makefile.depend +++ b/targets/pseudo/userland/misc/Makefile.depend @@ -88,7 +88,6 @@ DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi} DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi} DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi} DIRDEPS.powerpc= ${_sys_boot_fdt} sys/boot/libstand32 sys/boot/ofw sys/boot/uboot -DIRDEPS.pc98= sys/boot/libstand32 DIRDEPS.sparc64= sys/boot/ofw ${_sys_boot_zfs} .endif |