xref: /netbsd-src/share/mk/bsd.hostinit.mk (revision c38e7cc395b1472a774ff828e46123de44c628e9)
1# $NetBSD: bsd.hostinit.mk,v 1.1 2018/05/01 19:59:44 christos Exp $
2
3.if !defined(_BSD_HOSTINIT_MK_)
4_BSD_HOSTINIT_MK_=1
5
6NOINFO=		# defined
7NOLINT=		# defined
8NOMAN=		# defined
9MKREPRO=no	# Native toolchain might be unable to do it
10
11.include <bsd.init.mk>
12
13.endif  # !defined(_BSD_HOSTINIT_MK_)
14