diff options
author | phk <phk@FreeBSD.org> | 1997-02-07 12:29:27 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1997-02-07 12:29:27 +0000 |
commit | 47ffce85a0a877e409948c4368998526c4367751 (patch) | |
tree | f0e9ea0372ed17a807612c6caa12e3f8e4b0e71f /usr.bin/opieinfo | |
parent | 69f67f3e27b84bc8f623644e359b3df045bc3165 (diff) | |
download | FreeBSD-src-47ffce85a0a877e409948c4368998526c4367751.zip FreeBSD-src-47ffce85a0a877e409948c4368998526c4367751.tar.gz |
Add ${.CURDIR}/ to relative path to contrib.
Diffstat (limited to 'usr.bin/opieinfo')
-rw-r--r-- | usr.bin/opieinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index f859838..0e84a83 100644 --- a/usr.bin/opieinfo/Makefile +++ b/usr.bin/opieinfo/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ # -OPIE_DIST?=../../contrib/opie +OPIE_DIST?= ${.CURDIR}/../../contrib/opie PROG= opieinfo SRCS= opieinfo.c |