From f01fcedbf18ddbba3d641b2a52c147afe15cc8d0 Mon Sep 17 00:00:00 2001 From: "sar%netscape.com" Date: Fri, 12 Mar 1999 02:27:29 +0000 Subject: [PATCH] make it possible to turn mailnews off by setting DISABLE_MAILNEWS --- makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile.win b/makefile.win index 96baf6280fd..556cfdb73ac 100644 --- a/makefile.win +++ b/makefile.win @@ -80,7 +80,9 @@ DIRS = \ webshell \ xpfe \ editor \ +!ifndef DISABLE_MAILNEWS mailnews \ +!endif extensions \ $(NULL)