b48b037fbe
servers/hgfs/hgfs_server => servers/hgfs servers/hgfs/libhgfs => lib/libhgfs servers/rs/service => commands/service drivers/memory/memory_driver => drivers/memory drivers/memory/ramdisk => drivers/ramdisk
10 lines
255 B
Makefile
10 lines
255 B
Makefile
.include <minix.own.mk>
|
|
|
|
SUBDIR= csu libc libcurses libdriver libnetdriver libend libedit libm libsys \
|
|
libtimers libutil libbz2 libl libhgfs
|
|
|
|
.if ${COMPILER_TYPE} == "ack"
|
|
SUBDIR+= ack/libd ack/libe ack/libfp ack/liby
|
|
.endif
|
|
|
|
.include <minix.subdir.mk>
|