89f3109dd2
cfengine and cfengine-masterfiles now defaults to cfengine39 and cfengine-masterfiles39
8 lines
162 B
Makefile
8 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
VERSIONS= 22 32 33 34 35 36 37 38 39
|
|
CFENGINE_VERSION?= 39
|
|
|
|
MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|