mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
12 lines
163 B
Makefile
12 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= lib libexec usr.bin usr.sbin
|
|
|
|
bootstrap: cleandir obj depend all install kprog
|
|
|
|
help-distribute: distribute
|
|
|
|
kprog:
|
|
|
|
.include <bsd.subdir.mk>
|