diff options
Diffstat (limited to 'usr.bin/bzip2/Makefile')
-rw-r--r-- | usr.bin/bzip2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index 4a3ad59..3fb5d67 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -12,6 +12,8 @@ CFLAGS= -D_FILE_OFFSET_BITS=64 DPADD= ${LIBBZ2} LDADD= -lbz2 +NOSHARED?= YES + LINKS= ${BINDIR}/bzip2 ${BINDIR}/bunzip2 LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bzcat MLINKS= bzip2.1 bunzip2.1 bzip2.1 bzcat.1 |