summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-01-25 09:52:32 +0000
committerjb <jb@FreeBSD.org>1998-01-25 09:52:32 +0000
commit014c10f64903e490153e51b38f0869d1dd7b72cb (patch)
treed14483c8e1d981222ea15d8efba0a05f28758dea /gnu/usr.bin/gzip/Makefile
parentb1946a832022561f114688778ae36cec4d94316f (diff)
downloadFreeBSD-src-014c10f64903e490153e51b38f0869d1dd7b72cb.zip
FreeBSD-src-014c10f64903e490153e51b38f0869d1dd7b72cb.tar.gz
Make machine dependent asm code machine dependent. 8-)
Diffstat (limited to 'gnu/usr.bin/gzip/Makefile')
-rw-r--r--gnu/usr.bin/gzip/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index 71603d5..fbc3d99 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -1,13 +1,18 @@
# @(#)Makefile 5.3 (Berkeley) 5/12/90
-# $Id: Makefile,v 1.17 1997/12/21 19:15:12 wosch Exp $
+# $Id: Makefile,v 1.18 1997/12/26 01:53:58 wosch Exp $
PROG= gzip
SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \
- crypt.c lzw.c unlzw.c unlzh.c unpack.c getopt.c match.S
+ crypt.c lzw.c unlzw.c unlzh.c unpack.c getopt.c
MAN1= gzexe.1 gzip.1 zdiff.1 zforce.1 zmore.1 znew.1
-CFLAGS+=-DASMV -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1
+CFLAGS+=-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1
GREP_LIBZ?= YES
+.if ${MACHINE_ARCH} == "i386"
+SRCS+= match.S
+CFLAGS+=-DASMV
+.endif
+
MLINKS= gzip.1 gunzip.1 gzip.1 zcat.1 gzip.1 gzcat.1
MLINKS+= zdiff.1 zcmp.1
OpenPOWER on IntegriCloud