9 lines
171 B
Makefile
9 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
VERSIONS= 22 32 33 34 35 -devel
|
|
CFENGINE_VERSION?= 35
|
|
|
|
MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION}
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|