Add '+FreeBSD' to the version string, to reflect that this program

bears little relationship to the one from LBL with the same
 name and version number.
This commit is contained in:
Bill Fenner 2002-07-23 00:56:52 +00:00
parent 3c24196d00
commit c898fd637d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100540
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1,2 @@
1.3.2
1.3.2+FreeBSD
$FreeBSD$

View File

@ -35,7 +35,8 @@ CFLAGS+= -I${TRACEROUTE_DISTDIR}/lbl
version.c: ${TRACEROUTE_DISTDIR}/VERSION
@rm -f ${.TARGET}
sed -e 's/.*/char version[] = "&";/' ${TRACEROUTE_DISTDIR}/VERSION \
head -1 ${TRACEROUTE_DISTDIR}/VERSION | \
sed -e 's/.*/char version[] = "&";/' \
> ${.TARGET}
.include <bsd.prog.mk>