diff options
Diffstat (limited to 'src/usr/initservice/makefile')
| -rw-r--r-- | src/usr/initservice/makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/usr/initservice/makefile b/src/usr/initservice/makefile new file mode 100644 index 000000000..085805786 --- /dev/null +++ b/src/usr/initservice/makefile @@ -0,0 +1,11 @@ +ROOTPATH = ../../.. +MODULE = initservice + +OBJS = initservice.o \ + initservicetaskentry.o \ + initservicevfs1.o \ + initservicevfs2.o + +SUBDIRS = test.d + +include ${ROOTPATH}/config.mk |

