diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-29 13:54:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-29 13:54:56 +0000 |
commit | 9a602b2fd4aa713a86f54d7ec5e322190219f522 (patch) | |
tree | 0d04ed16122dd99b04a95892f4d271172da62261 /usr.bin/bzip2/Makefile | |
parent | 75f9f9392e8f7072abdc5febce31fb65f0488757 (diff) | |
download | FreeBSD-src-9a602b2fd4aa713a86f54d7ec5e322190219f522.zip FreeBSD-src-9a602b2fd4aa713a86f54d7ec5e322190219f522.tar.gz |
Fix editor'o where I lost the `+'.
Diffstat (limited to 'usr.bin/bzip2/Makefile')
-rw-r--r-- | usr.bin/bzip2/Makefile | 2 |
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 |