summaryrefslogtreecommitdiffstats
path: root/usr.bin/bzip2
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-06-29 13:54:56 +0000
committerobrien <obrien@FreeBSD.org>2001-06-29 13:54:56 +0000
commit9a602b2fd4aa713a86f54d7ec5e322190219f522 (patch)
tree0d04ed16122dd99b04a95892f4d271172da62261 /usr.bin/bzip2
parent75f9f9392e8f7072abdc5febce31fb65f0488757 (diff)
downloadFreeBSD-src-9a602b2fd4aa713a86f54d7ec5e322190219f522.zip
FreeBSD-src-9a602b2fd4aa713a86f54d7ec5e322190219f522.tar.gz
Fix editor'o where I lost the `+'.
Diffstat (limited to 'usr.bin/bzip2')
-rw-r--r--usr.bin/bzip2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile
index 3fb5d67..d9349cc 100644
--- a/usr.bin/bzip2/Makefile
+++ b/usr.bin/bzip2/Makefile
@@ -7,7 +7,7 @@ BZ2DIR= ${.CURDIR}/../../contrib/bzip2
PROG= bzip2
MAN= bzip2.1
-CFLAGS= -D_FILE_OFFSET_BITS=64
+CFLAGS+= -D_FILE_OFFSET_BITS=64
DPADD= ${LIBBZ2}
LDADD= -lbz2
OpenPOWER on IntegriCloud