4f12b12a16
Since there are no issues with make 314 default. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream
8 lines
168 B
Makefile
8 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
VERSIONS= 36 37 39 310 311 312 313 314
|
|
SYSLOG_NG_VERSION?= 314
|
|
|
|
MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|