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