mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
git-subtree-dir: contrib/libdiff git-subtree-mainline:f6d489f402git-subtree-split:9eb461aa4bReviewed by: imp Sponsored by: Klara, Inc.
8 lines
161 B
Makefile
8 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
|