freebsd-dev/gnu/lib/Makefile
John Baldwin 6662e3f437 Back out the previous revision for now. Instead, the current sparc64
Makefile changes are in the sparc64 p4 tree.
2002-01-07 19:27:50 +00:00

24 lines
314 B
Makefile

# $FreeBSD$
SUBDIR= csu libdialog libgcc libregex libreadline
.if ${OBJFORMAT} == aout
.if !defined(NOLIBC_R)
SUBDIR+= libgcc_r
.endif
.endif
.if !defined(NO_CXX)
SUBDIR+= libstdc++
.endif
.if !defined(NO_OBJC)
SUBDIR+= libobjc
.endif
.if !defined(NO_FORTRAN)
SUBDIR+= libg2c
.endif
.include <bsd.subdir.mk>