6 lines
119 B
Makefile
6 lines
119 B
Makefile
VERSIONS= 49
|
|
SCREEN_VERSION?= 49
|
|
|
|
MASTERDIR= ${.CURDIR}/../screen${SCREEN_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|