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 | |
| parent | ae2a4870fa9ad0f072af8dcb9c4fa3ee0a0d2037 (diff) | |
Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/bzip2/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/bzip2recover/Makefile | 4 |
2 files changed, 4 insertions, 4 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\ diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile index 00af636c1be..7af4e5f2279 100644 --- a/usr.bin/bzip2recover/Makefile +++ b/usr.bin/bzip2recover/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/05/28 12:06:25 tls Exp $ +# $NetBSD: Makefile,v 1.9 2012/05/07 00:35:26 wiz Exp $ USE_FORT?= yes # data-driven bugs? NOMAN= # defined @@ -11,7 +11,7 @@ PROG= bzip2recover LDSTATIC?= -static .endif -DIST= ${NETBSDSRCDIR}/dist/bzip2 +DIST= ${NETBSDSRCDIR}/external/bsd/bzip2 .PATH: ${DIST} .include <bsd.prog.mk> |
