436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
10 lines
222 B
Makefile
10 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>
|