freebsd-skq/usr.bin/svn/lib/Makefile
Dimitry Andric 6fff577580 Change Makefiles under usr.bin/svn to make them easier to incrementally
update. No functional change intended.

MFC after:	2 weeks
2020-05-31 22:04:51 +00:00

23 lines
318 B
Makefile

# $FreeBSD$
SUBDIR= libapr \
libapr_util \
libserf \
libsvn_client \
libsvn_delta \
libsvn_diff \
libsvn_fs \
libsvn_fs_fs \
libsvn_fs_util \
libsvn_fs_x \
libsvn_ra \
libsvn_ra_local \
libsvn_ra_serf \
libsvn_ra_svn \
libsvn_repos \
libsvn_subr \
libsvn_wc
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>