From 23f12a30bc00a896edcc82d61bad378242021f62 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 17 Nov 2003 05:19:37 +0000 Subject: [PATCH] /rescue/b{,un}zip exists, so build this dynamically now. --- usr.bin/bzip2/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index eab21feabbd3..8d5343c0361a 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