I had forgotten this, but gzip uses hand-coded 680x0 assembly.
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 24 Jan 1994 03:44:09 +0000 (19:44 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 24 Jan 1994 03:44:09 +0000 (19:44 -0800)
Obviously this is NOT going to work on the sparc.  No problem,
match.S contains i386 assembly too!  (Who let these guys out
anyway? :-)); From: Chris Torek <torek@BSDI.COM>

SCCS-vsn: contrib/Makefile 8.5

usr/src/contrib/Makefile

index 6383cfc..d3251dd 100644 (file)
@@ -1,8 +1,12 @@
-#      @(#)Makefile    8.4 (Berkeley) %G%
+#      @(#)Makefile    8.5 (Berkeley) %G%
 
 SUBDIR=        ansi bib bind-4.9 flex-2.4.6 gawk-2.15.2 emacs-18.57 gas-1.38 \
 
 SUBDIR=        ansi bib bind-4.9 flex-2.4.6 gawk-2.15.2 emacs-18.57 gas-1.38 \
-       gcc-2.3.3 gdb-4.7.lbl groff-1.08 gzip-1.0.7 hunt jove-4.14.6 \
-       kermit-5A.188 libg++-2.3 mh-6.8 nvi perl-4.036 rcs-V5.6
+       gcc-2.3.3 gdb-4.7.lbl groff-1.08 hunt jove-4.14.6 kermit-5A.188 \
+       libg++-2.3 mh-6.8 nvi perl-4.036 rcs-V5.6
+
+.if ${MACHINE} != "sparc"
+SUBDIR+=gzip-1.0.7
+.endif
 
 cleandir: clean
 
 
 cleandir: clean