aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2019-05-24 05:34:21 +0000
committerXin LI <delphij@FreeBSD.org>2019-05-24 05:34:21 +0000
commit5e86bd6073a2fb107318691aaa27b7e19bd45c24 (patch)
tree8102b6b58ced15c5d79d420304c4e09710139495 /targets
parenta49818787d7cff34b9ea9878e37c1c1ba221f081 (diff)
downloadsrc-5e86bd6073a2fb107318691aaa27b7e19bd45c24.tar.gz
src-5e86bd6073a2fb107318691aaa27b7e19bd45c24.zip
Remove kgzip and kgzldr.
PR: 183666, 229763 Submitted by: Yoshihiro Ota <ota at j.email.ne.jp> Differential Revision: https://reviews.freebsd.org/D20248
Notes
Notes: svn path=/head/; revision=348225
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/userland/Makefile.depend1
-rw-r--r--targets/pseudo/userland/misc/Makefile.depend2
2 files changed, 1 insertions, 2 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index 28493b3c9cd6..934d7be54ed7 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -827,7 +827,6 @@ DIRDEPS.i386= \
usr.sbin/hyperv/tools/kvp \
usr.sbin/hyperv/tools/vss \
usr.sbin/kgmon \
- usr.sbin/kgzip \
usr.sbin/lptcontrol \
usr.sbin/mptable \
usr.sbin/ndiscvt \
diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend
index 7b4700a5d201..a4723e8dff1b 100644
--- a/targets/pseudo/userland/misc/Makefile.depend
+++ b/targets/pseudo/userland/misc/Makefile.depend
@@ -83,7 +83,7 @@ DIRDEPS+= \
DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi}
DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi}
-DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi} stand/i386/kgzldr
+DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi}
DIRDEPS.powerpc= ${_sys_boot_fdt} stand/libsa32 stand/ofw stand/uboot
DIRDEPS.sparc64= stand/ofw ${_sys_boot_zfs}
.endif