--- Makefile Sun Dec 24 04:38:33 2006 +++ Makefile Sun Dec 24 04:38:33 2006 @@ -27,4 +27,8 @@ .if ${WITH_MOZILLA}=="firefox" MOZILLA= firefox +.else +.if ${WITH_MOZILLA}=="seamonkey" +MOZILLA= seamonkey +.endif .endif .endif @@ -53,5 +57,5 @@ @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:" @${ECHO_MSG} - @${ECHO_MSG} " firefox " + @${ECHO_MSG} " firefox seamonkey " @${ECHO_MSG} ""