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