mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
11 lines
177 B
Makefile
11 lines
177 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libdialog libgcc libgcc_r libgmp libmp libobjc libregex libreadline \
|
|
libstdc++
|
|
|
|
.if !defined(NO_FORTRAN)
|
|
SUBDIR+= libg2c
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|