dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / kernel / fs / bootfs / Makefile
blobd5adc5e0917e2213265d8410835a21c58a063d24
1 MODULE= bootfs
2 MODULE_TYPE= fs
3 SRCS= bootfs_construct.c \
4 bootfs_vfsops.c \
5 bootfs_vnops.c
7 .include <kmod.mk>