mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
9 lines
190 B
Makefile
9 lines
190 B
Makefile
PROGRAM=init
|
|
PROGRAM_BINDIR=$(SBINDIR)
|
|
MANPAGE=init.8
|
|
LDLIBS+=-lmount
|
|
|
|
.include <sortix/sys.mk>
|
|
.include <template/dependencies.mk>
|
|
.include <template/man.mk>
|
|
.include <template/program.mk>
|