diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-07 08:36:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-07 08:36:52 +0000 |
commit | 11e2909bed33887bdd4d523311be2b6cf02aea4f (patch) | |
tree | 5b89e9e15f189227b16185b8ad5958f3bd5d6973 /mbone | |
parent | Set LATEST_LINK to scotty3. (diff) |
Set LATEST_LINK to rat30.
Notes
Notes:
svn path=/head/; revision=49719
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat30/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbone/rat30/Makefile b/mbone/rat30/Makefile index 297f37d0be7f..d4df26ee5737 100644 --- a/mbone/rat30/Makefile +++ b/mbone/rat30/Makefile @@ -20,6 +20,8 @@ USE_GMAKE= yes MAN1= rat.1 MANCOMPRESSED= no +LATEST_LINK= rat30 + do-build: (cd ${WRKSRC};${SETENV} MAKE=${GMAKE} ${SH} ./Build rat) |