Add ${.CURDIR}/ to relative path to contrib.
This commit is contained in:
parent
c2efe923b5
commit
1573315810
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
OPIE_DIST?=../../contrib/opie
|
||||
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
||||
|
||||
PROG= opieinfo
|
||||
SRCS= opieinfo.c
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
OPIE_DIST?=../../contrib/opie
|
||||
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
||||
|
||||
PROG= opiekey
|
||||
SRCS= opiekey.c
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
OPIE_DIST?=../../contrib/opie
|
||||
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
||||
|
||||
PROG= opiepasswd
|
||||
SRCS= opiepasswd.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user