mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sort MK_GNU_DIFF option
Reviewed by: emaste, imp, netchild Pull Request: https://github.com/freebsd/freebsd-src/pull/896 (cherry picked from commit 2b3bf27da41f1481b2025445c6adf27f0d50de99)
This commit is contained in:
parent
b35fc7c315
commit
084cbd8c72
1 changed files with 5 additions and 5 deletions
|
|
@ -2007,6 +2007,11 @@ OLD_FILES+=usr/tests/usr.bin/dc/inout
|
|||
OLD_DIRS+=usr/tests/usr.bin/dc
|
||||
.endif
|
||||
|
||||
.if ${MK_GNU_DIFF} == no
|
||||
OLD_FILES+=usr/bin/diff3
|
||||
OLD_FILES+=usr/share/man/man1/diff3.1.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_GOOGLETEST} == no
|
||||
OLD_FILES+=usr/include/private/gmock/gmock-actions.h
|
||||
OLD_FILES+=usr/include/private/gmock/gmock-cardinalities.h
|
||||
|
|
@ -2162,11 +2167,6 @@ OLD_FILES+=usr/share/man/man3/gpio_pin_tristate.3.gz
|
|||
OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_GNU_DIFF} == no
|
||||
OLD_FILES+=usr/bin/diff3
|
||||
OLD_FILES+=usr/share/man/man1/diff3.1.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_GSSAPI} == no
|
||||
OLD_FILES+=usr/include/gssapi/gssapi.h
|
||||
OLD_DIRS+=usr/include/gssapi
|
||||
|
|
|
|||
Loading…
Reference in a new issue