minix3/servers/Makefile

10 lines
144 B
Makefile
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
.include <bsd.own.mk>
SUBDIR+= ds input pm rs sched vfs vm
.if ${MKIMAGEONLY} == "no"
SUBDIR+= ipc is devman
.endif
.include <bsd.subdir.mk>