From 47ffce85a0a877e409948c4368998526c4367751 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 7 Feb 1997 12:29:27 +0000 Subject: Add ${.CURDIR}/ to relative path to contrib. --- usr.bin/opiekey/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/opiekey/Makefile') diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 0557341..da541de 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ # -OPIE_DIST?=../../contrib/opie +OPIE_DIST?= ${.CURDIR}/../../contrib/opie PROG= opiekey SRCS= opiekey.c -- cgit v1.1