Add files to remove when MK_GDB=no.
This commit is contained in:
parent
051426045b
commit
2ea25692d0
@ -763,9 +763,18 @@ OLD_FILES+=usr/bin/gcov
|
||||
OLD_FILES+=usr/share/man/man1/gcov.1.gz
|
||||
.endif
|
||||
|
||||
#.if ${MK_GDB} == no
|
||||
# to be filled in
|
||||
#.endif
|
||||
.if ${MK_GDB} == no
|
||||
OLD_FILES+=usr/bin/gdb
|
||||
OLD_FILES+=usr/bin/gdbserver
|
||||
OLD_FILES+=usr/bin/gdbtui
|
||||
OLD_FILES+=usr/bin/kgdb
|
||||
OLD_FILES+=usr/share/info/gdb.info.gz
|
||||
OLD_FILES+=usr/share/info/gdbint.info.gz
|
||||
OLD_FILES+=usr/share/info/stabs.info.gz
|
||||
OLD_FILES+=usr/share/man/man1/gdb.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/kgdb.1.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_GNU_CPIO} == no
|
||||
OLD_FILES+=usr/bin/gcpio
|
||||
|
Loading…
Reference in New Issue
Block a user