mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
and adjust the path in the Makefile for the upgrade_checks target. These checks are really feature upgrade checks that should be fast and just find out whether we need to build a new make before proceeding with other targets like buildworld. This makes the place free for a real regression test suite in the old place.
5 lines
94 B
Makefile
5 lines
94 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= file2c join jot m4 sed uudecode uuencode xargs
|
|
|
|
.include <bsd.subdir.mk>
|