diff options
| author | wiz <wiz@NetBSD.org> | 2012-05-07 00:35:25 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2012-05-07 00:35:25 +0000 |
| commit | 9bbfa388fd1e54f7d34bcceca24c0c0ffa57602d (patch) | |
| tree | 171f01895c61b91c4a4befdd8e98d3eccbb69b51 /usr.bin/bzip2 | |
| parent | ae2a4870fa9ad0f072af8dcb9c4fa3ee0a0d2037 (diff) | |
Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2.
Diffstat (limited to 'usr.bin/bzip2')
| -rw-r--r-- | usr.bin/bzip2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index 346959bcacd..b1d63d15fe8 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/05/28 12:06:24 tls Exp $ +# $NetBSD: Makefile,v 1.11 2012/05/07 00:35:26 wiz Exp $ .include <bsd.own.mk> # for MKDYNAMICROOT definition @@ -17,7 +17,7 @@ LDSTATIC?= -static CPPFLAGS+= -DSMALL .endif -DIST= ${NETBSDSRCDIR}/dist/bzip2 +DIST= ${NETBSDSRCDIR}/external/bsd/bzip2 .PATH: ${DIST} MLINKS+= bzip2.1 bunzip2.1\ |
