diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-29 13:54:56 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-29 13:54:56 +0000 |
| commit | 613170896d01cb33860eb541c0e3b991d73caf43 (patch) | |
| tree | 0d04ed16122dd99b04a95892f4d271172da62261 /usr.bin/bzip2 | |
| parent | 08274979f380038c79cdb80aade06389eaa9c392 (diff) | |
Notes
Diffstat (limited to 'usr.bin/bzip2')
| -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 3fb5d678016b..d9349ccda2d4 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 |
