diff options
| author | ross <ross@NetBSD.org> | 1998-09-14 05:34:41 +0000 |
|---|---|---|
| committer | ross <ross@NetBSD.org> | 1998-09-14 05:34:41 +0000 |
| commit | c7c3a68ca1e998330494168c781c6bed8fd885e0 (patch) | |
| tree | e3496823aa875763b1579bc29b04a2b78b693ce9 /usr.bin/bzip2 | |
| parent | 34b14f2e9e577b392df89a80eb5278ef41703ad2 (diff) | |
Fix MLINKS. Define LDADD and DPADD.
Diffstat (limited to 'usr.bin/bzip2')
| -rw-r--r-- | usr.bin/bzip2/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index 09d30d33554..6643e6d7301 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/09/14 02:37:23 ross Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/14 05:34:41 ross Exp $ .include <bsd.own.mk> @@ -6,8 +6,12 @@ PROG= bzip2 WARNS= 0 CWARNFLAGS=-Wall -Wstrict-prototypes -Wpointer-arith LDSTATIC?= -static +LDADD+= -lbz2 +DPADD+= ${LIBBZ2} -MLINKS+= bunzip2 bzcat bzip2recover +MLINKS+= bzip2.1 bunzip2.1\ + bzip2.1 bzcat.1\ + bzip2.1 bzip2recover.1 LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bunzip2 LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bzcat |
