mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= lib libexec usr.bin usr.sbin
|
|
|
|
bootstrap: cleandir obj depend all install kprog
|
|
|
|
.include <bsd.subdir.mk>
|