releases from a branch so there seems little point in keeping multiple "new" branches, only when they make a major change that means some users will want to stick to an older version. update the new "main" dir to 6.4.54 which was tested by Brad.
10 lines
159 B
Makefile
10 lines
159 B
Makefile
# $OpenBSD: Makefile,v 1.73 2021/11/01 09:58:57 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += 5.6
|
|
SUBDIR += 5.14
|
|
SUBDIR += 6.0
|
|
SUBDIR += main
|
|
|
|
.include <bsd.port.subdir.mk>
|