minix/lib/Makefile
Arun Thomas 436d6012a3 Convert drivers/ and servers/ over to bsdmake
-Move libdriver to lib/
-Install all boot image services on filesystem to aid restartability
2010-03-22 21:25:22 +00:00

11 lines
222 B
Makefile

.include <minix.own.mk>
SUBDIR= csu libc libcurses libdriver libend libedit libm libsys \
libtimers libutil
.if ${COMPILER_TYPE} == "ack"
SUBDIR+= ack/libd ack/libe ack/libfp ack/liby
.endif
.include <minix.subdir.mk>