9 lines
171 B
Makefile
9 lines
171 B
Makefile
VERSIONS= 316 317 318
|
|
CFENGINE_VERSION?= 318
|
|
|
|
MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION}
|
|
|
|
CPE_PRODUCT= cfengine
|
|
|
|
.include "${MASTERDIR}/Makefile"
|