Newer
Older
ubixos / src / share / mk / ubix.init.mk
@Charlie Root Charlie Root on 30 Dec 2017 155 bytes Sync
.if !defined(_UBIX_INIT_MK_)
_UBIX_INIT_MK_=1
.-include "${.CURDIR}/../Makefile.incl"
.include <ubix.own.mk>
.MAIN:	all
.endif  # !defined(_UBIX_INIT_MK_)