diff options
Diffstat (limited to 'devel/sparc-rtems-objc/Makefile')
-rw-r--r-- | devel/sparc-rtems-objc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/sparc-rtems-objc/Makefile b/devel/sparc-rtems-objc/Makefile index fd2c1cd1f4bc..2549c7b585b6 100644 --- a/devel/sparc-rtems-objc/Makefile +++ b/devel/sparc-rtems-objc/Makefile @@ -10,4 +10,6 @@ PORTNAME= objc MAINTAINER= jeh@FreeBSD.org LCLTARGET= sparc-rtems -.include "${.CURDIR}/../i386-rtems-objc/Makefile" + +MASTERDIR= ${.CURDIR}/../i386-rtems-objc +.include "${MASTERDIR}/Makefile" |