diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-10-09 15:51:21 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-10-09 15:51:21 +0000 |
commit | 61a3cc284a59258f70a5c630e43ed88782b5aa87 (patch) | |
tree | 9bd6f27e29ec0ce57aad08f7d7b9d56d3b61de22 /www/netscape48-communicator | |
parent | Changed MASTERSITES: (diff) |
Remove the override of makesum target from Obrien's will.
Notes
Notes:
svn path=/head/; revision=22273
Diffstat (limited to 'www/netscape48-communicator')
-rw-r--r-- | www/netscape48-communicator/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 85ac56d661cc..35bfcb86d1ce 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -52,12 +52,6 @@ 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: ${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT" |