freebsd-dev/usr.bin/svn/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

19 lines
207 B
Makefile

# $FreeBSD$
SUBDIR= lib \
.WAIT \
svn \
svnadmin \
svnbench \
svndumpfilter \
svnfsfs \
svnlook \
svnserve \
svnsync \
svnversion \
svnmucc \
svnrdump
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>