mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +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>
|