blob: 5127ea44669f22325d77feade78564b04923bf77 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
VERSIONS= 321 324
# Upgrade to LTS versions only: https://cfengine.com/supported-versions/
CFENGINE_VERSION?= 324
PKGNAMESUFFIX= -lts
MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION}
.include "${MASTERDIR}/Makefile"
|