From 9a602b2fd4aa713a86f54d7ec5e322190219f522 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 29 Jun 2001 13:54:56 +0000 Subject: Fix editor'o where I lost the `+'. --- usr.bin/bzip2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/bzip2') 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 -- cgit v1.1