From 384fd77bc372266f96409ebd63bfee9a3626eea3 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 6 Oct 1999 07:58:59 +0000 Subject: Only provide a bogus `makesum:' target if "I_WANT_NORMAL_BEHAVIOR" isn't defined. --- www/netscape4-communicator/Makefile | 2 ++ www/netscape48-communicator/Makefile | 2 ++ 2 files changed, 4 insertions(+) (limited to 'www') diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index 75aa4b0739ac..3cfbab0aa132 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -52,9 +52,11 @@ RESTRICTED= "Contains strong cryptography" .SILENT: +.if !defined(I_WANT_NORMAL_BEHAVIOR) makesum: ${ECHO} "You should make ${FILESDIR}/md5 by hand" ${FALSE} +.endif .if !defined(USE_128BIT) && !defined(NO_FORTIFY) pre-extract: diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 75aa4b0739ac..3cfbab0aa132 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -52,9 +52,11 @@ RESTRICTED= "Contains strong cryptography" .SILENT: +.if !defined(I_WANT_NORMAL_BEHAVIOR) makesum: ${ECHO} "You should make ${FILESDIR}/md5 by hand" ${FALSE} +.endif .if !defined(USE_128BIT) && !defined(NO_FORTIFY) pre-extract: -- cgit