1 # $NetBSD: Makefile,v 1.17 2012/05/07 08:51:47 wiz Exp $
4 # ssp-buffer-size=0, __SSP_FORTIFY_LEVEL=0
7 USE_FORT?
= yes
# data driven bugs?
15 DIST
= ${NETBSDSRCDIR}/external
/bsd
/bzip2
/dist
18 SRCS
= blocksort.c huffman.c crctable.c randtable.c compress.c \
23 # XXX huffman.c gets mis-compiled with 2.95.3
24 .if
${MACHINE_ARCH} == "vax"
28 # XXX blocksort.c gets mis-compiled with 4.1
29 .if
(${MACHINE_ARCH} == "sh3el" ||
${MACHINE_ARCH} == "sh3eb") && \
31 COPTS.blocksort.c
+= -fno-loop-optimize
34 .if
${MKSHARE} != "no"
35 FILESDIR
= ${HTMLDOCDIR}/bzip2
39 .
include <bsd.
info.mk
>