diff options
author | obrien <obrien@FreeBSD.org> | 2003-11-17 05:19:37 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-11-17 05:19:37 +0000 |
commit | 23f12a30bc00a896edcc82d61bad378242021f62 (patch) | |
tree | 081cb6fe285addb0b7e4c10de6a5524636be737d /usr.bin/bzip2 | |
parent | ce573b8938c0a1dd15f63137567fad0cdc7170cd (diff) | |
download | FreeBSD-src-23f12a30bc00a896edcc82d61bad378242021f62.zip FreeBSD-src-23f12a30bc00a896edcc82d61bad378242021f62.tar.gz |
/rescue/b{,un}zip exists, so build this dynamically now.
Diffstat (limited to 'usr.bin/bzip2')
-rw-r--r-- | usr.bin/bzip2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index eab21fe..8d5343c 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -12,8 +12,6 @@ SUBDIR+= doc 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 |