diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-02-11 20:18:24 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-02-11 20:18:24 +0000 |
commit | ebbfcada3889964775262c9752a4cdd57795ac13 (patch) | |
tree | b171c090ae1d63d7b35970e0312681d081fcdbea | |
parent | 99b33ca4eccb9034c865a9ca3ce4c79f5dd56ea4 (diff) | |
download | src-ebbfcada3889964775262c9752a4cdd57795ac13.tar.gz src-ebbfcada3889964775262c9752a4cdd57795ac13.zip |
Notes
-rw-r--r-- | usr.bin/bsdcat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/bsdcat/Makefile b/usr.bin/bsdcat/Makefile index c689ae4c2c73..11e31e64c028 100644 --- a/usr.bin/bsdcat/Makefile +++ b/usr.bin/bsdcat/Makefile @@ -2,10 +2,10 @@ .include <src.opts.mk> -_LIBARCHIVEDIR= ${.CURDIR}/../../contrib/libarchive -_LIBARCHIVECONFDIR= ${.CURDIR}/../../lib/libarchive +_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive +_LIBARCHIVECONFDIR= ${SRCTOP}/lib/libarchive -PROG= bsdcat +PROG= bsdcat BSDCAT_VERSION_STRING= 3.2.2 .PATH: ${_LIBARCHIVEDIR}/cat |