diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,23 @@ # xargs -n1 | sort | uniq -d; # done +# 20251215: Remove intrinsic utilities +OLD_FILES+=usr/bin/alias +OLD_FILES+=usr/bin/bg +OLD_FILES+=usr/bin/cd +OLD_FILES+=usr/bin/command +OLD_FILES+=usr/bin/fc +OLD_FILES+=usr/bin/fg +OLD_FILES+=usr/bin/getopts +OLD_FILES+=usr/bin/hash +OLD_FILES+=usr/bin/jobs +OLD_FILES+=usr/bin/read +OLD_FILES+=usr/bin/type +OLD_FILES+=usr/bin/ulimit +OLD_FILES+=usr/bin/umask +OLD_FILES+=usr/bin/unalias +OLD_FILES+=usr/bin/wait + # 20251208: Rename iwm8000C to correct name. OLD_FILES+=boot/firmware/iwm8000C diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -128,7 +128,6 @@ sbin/sysctl \ sbin/tunefs \ sbin/umount \ - usr.bin/alias \ usr.bin/apply \ usr.bin/ar \ usr.bin/asa \ diff --git a/usr.bin/Makefile b/usr.bin/Makefile --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,7 +1,6 @@ .include -SUBDIR= alias \ - apply \ +SUBDIR= apply \ asa \ awk \ backlight \ diff --git a/usr.bin/alias/Makefile b/usr.bin/alias/Makefile deleted file mode 100644 --- a/usr.bin/alias/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -SCRIPTS=generic.sh -SCRIPTSNAME=alias - -LINKS= ${BINDIR}/alias ${BINDIR}/bg \ - ${BINDIR}/alias ${BINDIR}/cd \ - ${BINDIR}/alias ${BINDIR}/command \ - ${BINDIR}/alias ${BINDIR}/fc \ - ${BINDIR}/alias ${BINDIR}/fg \ - ${BINDIR}/alias ${BINDIR}/getopts \ - ${BINDIR}/alias ${BINDIR}/hash \ - ${BINDIR}/alias ${BINDIR}/jobs \ - ${BINDIR}/alias ${BINDIR}/read \ - ${BINDIR}/alias ${BINDIR}/type \ - ${BINDIR}/alias ${BINDIR}/ulimit \ - ${BINDIR}/alias ${BINDIR}/umask \ - ${BINDIR}/alias ${BINDIR}/unalias \ - ${BINDIR}/alias ${BINDIR}/wait - -.include diff --git a/usr.bin/alias/Makefile.depend b/usr.bin/alias/Makefile.depend deleted file mode 100644 --- a/usr.bin/alias/Makefile.depend +++ /dev/null @@ -1,10 +0,0 @@ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - - -.include - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif diff --git a/usr.bin/alias/generic.sh b/usr.bin/alias/generic.sh deleted file mode 100644 --- a/usr.bin/alias/generic.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# This file is in the public domain. -builtin ${0##*/} ${1+"$@"}