10 lines
144 B
Makefile
10 lines
144 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
SUBDIR+= ds input pm rs sched vfs vm
|
||
|
|
||
|
.if ${MKIMAGEONLY} == "no"
|
||
|
SUBDIR+= ipc is devman
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|