mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
10 lines
157 B
Makefile
10 lines
157 B
Makefile
.include <src.opts.mk>
|
|
|
|
SUBDIR= lib .WAIT \
|
|
sbin share usr.bin usr.libexec usr.sbin
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|