1 # $NetBSD: Makefile,v 1.13 2008/05/16 13:13:00 tsutsui Exp $
3 USE_FORT?
= yes
# data driven bugs?
10 DIST
= ${NETBSDSRCDIR}/dist/bzip2
13 SRCS
= blocksort.c huffman.c crctable.c randtable.c compress.c \
18 # XXX huffman.c gets mis-compiled with 2.95.3
19 .if
${MACHINE_ARCH} == "vax"
23 # XXX blocksort.c gets mis-compiled with 4.1
24 .if
(${MACHINE_ARCH} == "sh3el" ||
${MACHINE_ARCH} == "sh3eb") && \
25 (defined
(HAVE_GCC
) && ${HAVE_GCC} == 4)
26 COPTS.blocksort.c
+= -fno-loop-optimize
29 .if
${MKSHARE} != "no"
30 FILESDIR
= ${HTMLDOCDIR}/bzip2
34 .
include <bsd.
info.mk
>