diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-23 21:37:06 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-23 22:06:33 +0000 |
| commit | 61ca69110f2676b7dd3c7ff8dea899615d341e1e (patch) | |
| tree | 24bb577c1d47b9db0d44d7f80f86786fa260417c /usr.bin/bzip2/Makefile | |
| parent | 67c3c3a274468d09925af3cf64da3f9cf878cc80 (diff) | |
Diffstat (limited to 'usr.bin/bzip2/Makefile')
| -rw-r--r-- | usr.bin/bzip2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index 99679cc00c44..b89f8bbb85a2 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -1,3 +1,5 @@ +PACKAGE= bzip2 + BZ2DIR= ${SRCTOP}/contrib/bzip2 .PATH: ${BZ2DIR} |
