mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
59c8e88e72
git-subtree-dir: contrib/libdiff git-subtree-mainline:f6d489f402
git-subtree-split:9eb461aa4b
Reviewed by: imp Sponsored by: Klara, Inc.
9 lines
161 B
Makefile
9 lines
161 B
Makefile
DIFF_RELEASE=No
|
|
DIFF_VERSION_NUMBER=0.1
|
|
|
|
.if ${DIFF_RELEASE} == Yes
|
|
DIFF_VERSION=${DIFF_VERSION_NUMBER}
|
|
.else
|
|
DIFF_VERSION=${DIFF_VERSION_NUMBER}-current
|
|
.endif
|