#	BSDI Makefile,v 2.6 1995/12/10 00:45:24 polk Exp
#
#	@(#)Makefile	8.1 (Berkeley) 6/4/93

# missing: libmp libplot
# does not work (yet) on sparc: libdl
SUBDIR=	libc libcdrom libcompat libcurses libedit libg++ libkvm libm \
	libnm liboldcurses libresolv librpc/rpc libterm libutil liby \
	csu/${MACHINE}

.if	${MACHINE} == "i386"
SUBDIR+=libdl
.endif

.include <bsd.subdir.mk>
