mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 01:55:19 +01:00
depend-cleanup.sh: handle zic moving one level up.
MFC after: 1 week Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D38044
This commit is contained in:
parent
2aad7570f4
commit
4a158fc030
@ -110,3 +110,9 @@ fi
|
||||
|
||||
# 20221115 42d10b1b56f2 move from rs.c to rs.cc
|
||||
clean_dep usr.bin/rs rs c
|
||||
|
||||
# 20230110 bc42155199b5 usr.sbin/zic/zic -> usr.sbin/zic
|
||||
if [ -d "$OBJTOP"/usr.sbin/zic/zic ] ; then
|
||||
echo "Removing old zic directory"
|
||||
rm -rf "$OBJTOP"/usr.sbin/zic/zic
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user