OptionalObsoleteFiles: remove diff from MK_GNU_DIFF=no block

diff (and man page) are not from GNU, as of r317209, and should not be
deleted if WITHOUT_GNU_DIFF is set. (WITHOUT_GNU_DIFF still controls
whether diff3 is built.)

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2017-10-11 14:34:06 +00:00
parent 70e3b262d1
commit 00d78afd17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324531

View File

@ -2480,9 +2480,7 @@ OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
.endif
.if ${MK_GNU_DIFF} == no
OLD_FILES+=usr/bin/diff
OLD_FILES+=usr/bin/diff3
OLD_FILES+=usr/share/man/man1/diff.1.gz
OLD_FILES+=usr/share/man/man1/diff3.1.gz
OLD_FILES+=usr/share/man/man7/diff.7.gz
.endif