Re: git: 08e66b7a374d - main - ATM: Remove /usr/include/netnatm when disbled
- In reply to: Brooks Davis : "git: 08e66b7a374d - main - ATM: Remove /usr/include/netnatm when disbled"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Mar 2023 22:29:10 UTC
I must apologize for the typo in the summary line. That was 100% my fault. -- Brooks On Mon, Mar 06, 2023 at 09:49:39PM +0000, Brooks Davis wrote: > The branch main has been updated by brooks: > > URL: https://cgit.FreeBSD.org/src/commit/?id=08e66b7a374d7ae12b1b3711faf9b31da1b3976e > > commit 08e66b7a374d7ae12b1b3711faf9b31da1b3976e > Author: Herbert J. Skuhra <herbert@gojira.at> > AuthorDate: 2023-03-06 21:45:39 +0000 > Commit: Brooks Davis <brooks@FreeBSD.org> > CommitDate: 2023-03-06 21:47:36 +0000 > > ATM: Remove /usr/include/netnatm when disbled > --- > tools/build/mk/OptionalObsoleteFiles.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc > index b0a425aad67d..239379214e1c 100644 > --- a/tools/build/mk/OptionalObsoleteFiles.inc > +++ b/tools/build/mk/OptionalObsoleteFiles.inc > @@ -105,6 +105,7 @@ OLD_FILES+=usr/include/netnatm/sig/unidef.h > OLD_FILES+=usr/include/netnatm/sig/unisig.h > OLD_DIRS+=usr/include/netnatm/sig > OLD_FILES+=usr/include/netnatm/unimsg.h > +OLD_DIRS+=usr/include/netnatm > OLD_FILES+=usr/lib/libngatm.a > OLD_FILES+=usr/lib/libngatm.so > OLD_LIBS+=usr/lib/libngatm.so.4 >